aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvideocodec/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/Android.mk b/videocodec/Android.mk
index 438a238..89779cc 100755
--- a/videocodec/Android.mk
+++ b/videocodec/Android.mk
@@ -511,7 +511,7 @@ LOCAL_CFLAGS += -DUSE_META_DATA
endif
# TODO: Fix this.
-LOCAL_CFLAGS += -Wno-error=unused-variable
+LOCAL_CFLAGS += -Wall -Werror -Wno-error=unused-variable
include $(BUILD_SHARED_LIBRARY)
endif