commit | b828aa31f3a35938838f208b7c7307556019d147 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Oct 10 13:30:46 2017 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue Oct 10 13:40:05 2017 -0700 |
tree | 7f23b65305992ccd6a3fe5cdc5c29886172cb63b | |
parent | 54d1fc2d574d21f788abb64b10c9a6352eba0b65 [diff] [blame] |
Use -Werror in external/dhcpcd-6.8.2 * Suppress warnings of unused variables. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I981ad76ad8f79a2c1ebd05be2bdc91c98aae8e18
diff --git a/Android.mk b/Android.mk index 36ab085..9d1d8c5 100644 --- a/Android.mk +++ b/Android.mk
@@ -44,7 +44,7 @@ compat/posix_spawn.c # Always support IPv4. -LOCAL_CFLAGS += -DINET +LOCAL_CFLAGS += -DINET -Wall -Werror -Wno-unused-variable ifeq ($(DHCPCD_USE_SCRIPT), yes) LOCAL_SRC_FILES += script.c