aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/Android.mk b/Android.mk
index 9f06e47..3754c4d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -81,10 +81,6 @@ LOCAL_CFLAGS += -Wno-unused-variable \
-Wno-unused-label \
-Wno-unused-value
-# pfkey.c, isakmp.c, remoteconf.c have some K&R warnings,
-# to be ignored until they are fixed from upstream.
-LOCAL_CLANG_CFLAGS += -Wno-knr-promoted-parameter
-
LOCAL_MODULE := racoon
LOCAL_INIT_RC := racoon.rc
@@ -103,10 +99,6 @@ LOCAL_CFLAGS := -DANDROID_CHANGES -DHAVE_CONFIG_H -DHAVE_OPENSSL_ENGINE_H
LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers -Wno-unused-parameter -Wno-pointer-sign -Werror
-# pfkey.c has some K&R warnings,
-# to be ignored until they are fixed from upstream.
-LOCAL_CLANG_CFLAGS += -Wno-knr-promoted-parameter
-
LOCAL_C_INCLUDES += \
$(LOCAL_PATH) \
$(LOCAL_PATH)/src/include-glibc \