Turn on -Wextra.
Change-Id: I3cddd6d949fdfa79312246670c37475276734f41
This commit is contained in:
parent
02b29c49d4
commit
23fee8fcf5
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…
Add table
Reference in a new issue