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

Commit 4710e53f authored by Josh Gao's avatar Josh Gao
Browse files

adb: silence warning from libusb.

Test: mma
Change-Id: I3f254f3432020937e0f22b04baf7df61336c500b
parent 5c421695
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",
            ],