Android: add more warning flags
parent
0a9c74aa9a
commit
6794ec6670
|
@ -64,7 +64,12 @@ LOCAL_CFLAGS += \
|
||||||
-Wmissing-variable-declarations \
|
-Wmissing-variable-declarations \
|
||||||
-Wfloat-conversion \
|
-Wfloat-conversion \
|
||||||
-Wshorten-64-to-32 \
|
-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)
|
# Warnings we haven't fixed (yet)
|
||||||
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-sign-compare
|
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-sign-compare
|
||||||
|
|
Loading…
Reference in New Issue