mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-09 06:50:49 +00:00
Add -Wuninitialized, -Wlogical-op, and -Wcast-qual. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5543 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
df32b0b788
commit
e0d8a753a1
1 changed files with 5 additions and 2 deletions
|
@ -526,11 +526,14 @@ CWARNS := -W -Wall \
|
||||||
-Wextra \
|
-Wextra \
|
||||||
-Wno-char-subscripts \
|
-Wno-char-subscripts \
|
||||||
-Wno-missing-braces \
|
-Wno-missing-braces \
|
||||||
|
-Wuninitialized \
|
||||||
|
-Wlogical-op \
|
||||||
|
-Wcast-qual \
|
||||||
#-Wstrict-prototypes \
|
#-Wstrict-prototypes \
|
||||||
#-Waggregate-return \
|
#-Waggregate-return \
|
||||||
#-Wwrite-strings \
|
#-Wwrite-strings \
|
||||||
#-Wcast-qual -Wcast-align \
|
#-Wcast-align \
|
||||||
#-Waddress -Wlogical-op
|
#-Waddress
|
||||||
|
|
||||||
ifneq (0,$(CLANG))
|
ifneq (0,$(CLANG))
|
||||||
CWARNS+= -Wno-unused-value -Wno-parentheses
|
CWARNS+= -Wno-unused-value -Wno-parentheses
|
||||||
|
|
Loading…
Reference in a new issue