Merge "adb: silence warning from libusb."
am: ee5083b3c7
Change-Id: Ib2e398b1c327bd0d6111ab9b686e826683f62833
This commit is contained in:
commit
4a749cc3f1
|
@ -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",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue