Merge "Toolbox: Disable unused-const-variable warning"

This commit is contained in:
Andreas Gampe 2015-07-30 20:38:04 +00:00 committed by Gerrit Code Review
commit eb0b151369

View file

@ -2,7 +2,7 @@ LOCAL_PATH:= $(call my-dir)
common_cflags := \
-Werror -Wno-unused-parameter \
-Werror -Wno-unused-parameter -Wno-unused-const-variable \
-I$(LOCAL_PATH)/upstream-netbsd/include/ \
-include bsd-compatibility.h \