Custom Anbox installation files & patches, including patched Android OS image file.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
440 B

3 years ago
  1. --- a/src/anbox/dbus/stub/application_manager.cpp 2020-06-06 15:00:00.277514986 +0300
  2. +++ b/src/anbox/dbus/stub/application_manager.cpp 2020-06-06 15:00:22.537515009 +0300
  3. @@ -116,7 +116,6 @@ void ApplicationManager::launch(const an
  4. #pragma GCC diagnostic push
  5. #pragma GCC diagnostic warning "-Wpragmas"
  6. - #pragma GCC diagnostic warning "-Wc99-extensions"
  7. sd_bus_error error = SD_BUS_ERROR_NULL;
  8. #pragma GCC diagnostic pop