From afbad35c4d3b5a675d511a03da73439f35f45710 Mon Sep 17 00:00:00 2001 From: Andrew Sutherland Date: Thu, 9 Aug 2012 01:09:14 -0500 Subject: [PATCH] comment -Werror Change-Id: I832ebc8cb985f6c7d3d84cbde5a8611d3d10e9a0 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 79d8e27..11766fd 100644 --- a/common.mk +++ b/common.mk @@ -16,7 +16,7 @@ common_libs := liblog libutils libcutils libhardware #Common C flags common_flags := -DDEBUG_CALC_FPS -Wno-missing-field-initializers -common_flags += -Werror +#common_flags += -Werror ifeq ($(TARGET_USES_ION),true) common_flags += -DUSE_ION