Android: add more warning flags
This commit is contained in:
parent
a8b00e9d91
commit
ed4d83da73
1 changed files with 6 additions and 1 deletions
|
@ -64,7 +64,12 @@ LOCAL_CFLAGS += \
|
|||
-Wmissing-variable-declarations \
|
||||
-Wfloat-conversion \
|
||||
-Wshorten-64-to-32 \
|
||||
-Wunreachable-code-return
|
||||
-Wunreachable-code-return \
|
||||
-Wshift-sign-overflow \
|
||||
-Wunused-macros \
|
||||
-Wstrict-prototypes \
|
||||
-Wkeyword-macro \
|
||||
|
||||
|
||||
# Warnings we haven't fixed (yet)
|
||||
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-sign-compare
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue