* commit 'bc4b8c1845388a82435346483742757c3a52dcfa': Turn on -Wextra.
This commit is contained in:
commit
11848f5761
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ endif
|
|||
adb_version := $(shell git -C $(LOCAL_PATH) rev-parse --short=12 HEAD 2>/dev/null)-android
|
||||
|
||||
ADB_COMMON_CFLAGS := \
|
||||
-Wall -Werror \
|
||||
-Wall -Wextra -Werror \
|
||||
-Wno-unused-parameter \
|
||||
-DADB_REVISION='"$(adb_version)"' \
|
||||
|
||||
|
|
Loading…
Reference in a new issue