Navigation Menu

Skip to content

Commit

Permalink
Android: add more warning flags
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Aug 30, 2019
1 parent 0a9c74a commit 6794ec6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Android.mk
Expand Up @@ -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
Expand Down

0 comments on commit 6794ec6

Please sign in to comment.