summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-02-26 21:24:14 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2014-02-26 21:24:14 -0800
commitbd3a8699ac0a3dd85847e45e3f1aa2be53b9f0ac (patch)
tree31f74b34773a6bc9cdf513b8478733e7dc7f107c /common.mk
parenta2e69d5b75e058e05c8d17b7dc1de69813f967bf (diff)
parent5878ddcd9ea9e0d603887b00247cf2c277042b67 (diff)
downloaddisplay-bd3a8699ac0a3dd85847e45e3f1aa2be53b9f0ac.tar.gz
Merge "display: set compiler option to print all warning messages"
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 099ccf92..d8ea260f 100644
--- a/common.mk
+++ b/common.mk
@@ -20,7 +20,8 @@ common_libs := liblog libutils libcutils libhardware
#Common C flags
common_flags := -DDEBUG_CALC_FPS -Wno-missing-field-initializers
-common_flags += -Werror
+#TODO: Add -Werror back once all the current warnings are fixed
+common_flags += -Wconversion -Wall
ifeq ($(ARCH_ARM_HAVE_NEON),true)
common_flags += -D__ARM_HAVE_NEON