Merge "Toolbox: Disable unused-const-variable warning"
This commit is contained in:
commit
eb0b151369
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
||||
|
|
Loading…
Reference in a new issue