commit | bd3a8699ac0a3dd85847e45e3f1aa2be53b9f0ac | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Wed Feb 26 21:24:14 2014 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Feb 26 21:24:14 2014 -0800 |
tree | 31f74b34773a6bc9cdf513b8478733e7dc7f107c | |
parent | a2e69d5b75e058e05c8d17b7dc1de69813f967bf [diff] | |
parent | 5878ddcd9ea9e0d603887b00247cf2c277042b67 [diff] |
Merge "display: set compiler option to print all warning messages"
diff --git a/common.mk b/common.mk index 099ccf9..d8ea260 100644 --- a/common.mk +++ b/common.mk
@@ -20,7 +20,8 @@ #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