mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +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 \
|
||||
-Wno-char-subscripts \
|
||||
-Wno-missing-braces \
|
||||
-Wuninitialized \
|
||||
-Wlogical-op \
|
||||
-Wcast-qual \
|
||||
#-Wstrict-prototypes \
|
||||
#-Waggregate-return \
|
||||
#-Wwrite-strings \
|
||||
#-Wcast-qual -Wcast-align \
|
||||
#-Waddress -Wlogical-op
|
||||
#-Wcast-align \
|
||||
#-Waddress
|
||||
|
||||
ifneq (0,$(CLANG))
|
||||
CWARNS+= -Wno-unused-value -Wno-parentheses
|
||||
|
|
Loading…
Reference in a new issue