commit | 4710e53fe56e42d96fc1388c2b19f5dd9de1fc44 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Apr 17 16:57:43 2019 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed Apr 17 16:57:43 2019 -0700 |
tree | c56e9048653d6330e2aa119cdb010bdb4e72a79c | |
parent | 5c421695f0d6139632692645f755c79d9f163fc1 [diff] |
adb: silence warning from libusb. Test: mma Change-Id: I3f254f3432020937e0f22b04baf7df61336c500b
diff --git a/adb/Android.bp b/adb/Android.bp index 01e00dd..eec1335 100644 --- a/adb/Android.bp +++ b/adb/Android.bp
@@ -59,6 +59,9 @@ // 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", ],