commit | e38d10eca1cacdff495063ac0b7d8c5cc0858fd2 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Jan 11 17:04:07 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 11 17:04:07 2021 +0000 |
tree | d9ae8b37f349f41b4deb56135af9903d3d1892ac | |
parent | a19a05a7789df738d8631a36048f8fe09f4a950e [diff] | |
parent | ce01b7174168d8a11209d37ee89dae3274878ee0 [diff] |
Merge "Remove obsolete workaround." am: ce01b71741 Original change: https://android-review.googlesource.com/c/platform/external/wpa_supplicant_8/+/1543449 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8fc5e485a0bfb16c6d5df656dcce7770420a3e39
diff --git a/hostapd/Android.mk b/hostapd/Android.mk index f2b15d3..435c88d 100644 --- a/hostapd/Android.mk +++ b/hostapd/Android.mk
@@ -26,9 +26,6 @@ L_CFLAGS += -Wall -Werror -# TODO: move off readdir_r upstream, pull fix back (http://b/72326431). -L_CFLAGS += -Wno-error-deprecated-declarations - # Disable unused parameter warnings L_CFLAGS += -Wno-unused-parameter
diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk index 8631775..6202416 100644 --- a/wpa_supplicant/Android.mk +++ b/wpa_supplicant/Android.mk
@@ -41,9 +41,6 @@ # Disable sign compare warnings L_CFLAGS += -Wno-sign-compare -# TODO: move off readdir_r upstream, pull fix back (http://b/72326431). -L_CFLAGS += -Wno-error-deprecated-declarations - # Disable unused function warnings L_CFLAGS += -Wno-unused-function