mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 14:21:36 +00:00
Remove some disabled warnings from the makefile
This commit is contained in:
parent
905ca8819b
commit
59e81eeb7f
1 changed files with 4 additions and 6 deletions
10
Makefile
10
Makefile
|
@ -6,15 +6,13 @@ CC ?= clang
|
|||
CFLAGS += -Wall -I. -fomit-frame-pointer -fno-stack-protector -fno-common
|
||||
#turn on tons of warnings if clang is present
|
||||
ifeq ($(CC), clang)
|
||||
CFLAGS += \
|
||||
CFLAGS += \
|
||||
-Weverything \
|
||||
-Wno-missing-prototypes \
|
||||
-Wno-unused-parameter \
|
||||
-Wno-sign-conversion \
|
||||
-Wno-conversion \
|
||||
-Wno-disabled-macro-expansion \
|
||||
-Wno-padded \
|
||||
-Wno-format-nonliteral
|
||||
-Wno-format-nonliteral \
|
||||
-Wno-disabled-macro-expansion \
|
||||
-Wno-conversion
|
||||
|
||||
endif
|
||||
ifeq ($(track), no)
|
||||
|
|
Loading…
Reference in a new issue