Added -Wdocumentation to CMake clang build

This commit is contained in:
Sam Lantinga
2023-01-03 15:50:11 -08:00
parent 32c077216c
commit 39852241ef
2 changed files with 22 additions and 2 deletions

View File

@@ -62,8 +62,6 @@ LOCAL_SRC_FILES := \
LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES
LOCAL_CFLAGS += \
-Wall -Wextra \
-Wdocumentation \
-Wdocumentation-unknown-command \
-Wmissing-prototypes \
-Wunreachable-code-break \
-Wunneeded-internal-declaration \