aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorFinn Williams <Finn.Williams@arm.com>2021-06-25 12:53:09 +0100
committerFinn Williams <Finn.Williams@arm.com>2021-06-25 13:14:45 +0100
commitf769f292ba506784c8d21d691de821f4e3b53fec (patch)
tree786c90044689299d84962b263120cc3ca8ca41b7 /Android.mk
parentd27c13b273f265dc5dffd803728d6f913679834e (diff)
downloadandroid-nn-driver-f769f292ba506784c8d21d691de821f4e3b53fec.tar.gz
IVGCVSW-6178 Add additional compiler warnings to the driver
Signed-off-by: Finn Williams <Finn.Williams@arm.com> Change-Id: I2209251736a095583fffc8da774188e0dccfc932
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 06b95a1a..1b4e248b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -269,6 +269,9 @@ LOCAL_CFLAGS := \
-std=$(CPP_VERSION) \
-fexceptions \
-Werror \
+ -Wall \
+ -Wextra \
+ -Wno-unused-function \
-Wno-format-security \
-DARMNN_ANDROID_NN_V1_1
@@ -392,6 +395,9 @@ LOCAL_CFLAGS := \
-std=$(CPP_VERSION) \
-fexceptions \
-Werror \
+ -Wall \
+ -Wextra \
+ -Wno-unused-function \
-Wno-format-security \
-DARMNN_ANDROID_NN_V1_2
@@ -514,6 +520,9 @@ LOCAL_CFLAGS := \
-std=$(CPP_VERSION) \
-fexceptions \
-Werror \
+ -Wall \
+ -Wextra \
+ -Wno-unused-function \
-Wno-format-security \
-DARMNN_ANDROID_NN_V1_3 \