commit | 7c3ff42ab3994b89ec4e0e6fd6208bc4189306f2 | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Tue Feb 02 18:10:09 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 02 18:10:09 2021 +0000 |
tree | aa2acd7d2daf329ad2a99631f77b9dafa9ab7aa4 | |
parent | ce01b7174168d8a11209d37ee89dae3274878ee0 [diff] | |
parent | 5d1bac203ef291f7095427697c3cd033ed213814 [diff] |
Merge "Replace -Wno-error-* with -Wno-error=*"
diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk index 6202416..02f5ca9 100644 --- a/wpa_supplicant/Android.mk +++ b/wpa_supplicant/Android.mk
@@ -29,7 +29,7 @@ L_CFLAGS += -Wall -Werror # Keep sometimes uninitialized warnings -L_CFLAGS += -Wno-error-sometimes-uninitialized +L_CFLAGS += -Wno-error=sometimes-uninitialized # Disable incompatible pointer type warnings L_CFLAGS += -Wno-incompatible-pointer-types