Skip to content
Snippets Groups Projects
Commit eacf63d5 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Added a compile flag for treating warnings as errors."

parents 742b972e 2e5ed791
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ LOCAL_C_INCLUDES := $(LOCAL_C_INCLUDES) \
# Compiler flags required by many Gecko libraries/sources
LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS) -std=c++0x
LOCAL_CFLAGS := $(LOCAL_CFLAGS) -D__STDC_INT64__ -D__STDC_LIMIT_MACROS -Wno-ignored-qualifiers
LOCAL_CFLAGS += -Werror
# Enable DEBUG for -eng builds to activate runtime assertions
ifneq ($(filter eng, $(TARGET_BUILD_VARIANT)),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment