jeez calm down -Wpedantic
This commit is contained in:
parent
3058a6b715
commit
5db012f7a1
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ ifndef GCC295
|
|||
#WFLAGS+=-Wno-packed
|
||||
endif
|
||||
ifndef RELAXWARNINGS
|
||||
WFLAGS+=-W -pedantic
|
||||
WFLAGS+=-W
|
||||
#WFLAGS+=-Wpedantic
|
||||
#WFLAGS+=-Wno-sign-compare
|
||||
ifndef GCC295
|
||||
WFLAGS+=-Wno-div-by-zero
|
||||
|
|
|
|||
Loading…
Reference in a new issue