Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a749cc3 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "adb: silence warning from libusb."

am: ee5083b3

Change-Id: Ib2e398b1c327bd0d6111ab9b686e826683f62833
parents a8a1f751 ee5083b3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -59,6 +59,9 @@ cc_defaults {
                // MinGW hides some things behind _POSIX_SOURCE.
                "-D_POSIX_SOURCE",

                // libusb uses __stdcall on a variadic function, which gets ignored.
                "-Wno-ignored-attributes",

                // Not supported yet.
                "-Wno-thread-safety",
            ],