mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 10:41:43 +00:00
Retarded clang warning is retarded.
This commit is contained in:
parent
3b8b76328c
commit
944ec75687
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ CFLAGS += -Wall -Wextra -Werror -fno-strict-aliasing -DGMQCC_GITINFO=\"$(GITI
|
|||
-Wno-missing-prototypes\
|
||||
-Wno-float-equal\
|
||||
-Wno-unknown-warning-option\
|
||||
-Wno-cast-align\
|
||||
-Wstrict-prototypes
|
||||
.else
|
||||
. if $(CC) == tcc
|
||||
|
|
1
Makefile
1
Makefile
|
@ -20,6 +20,7 @@ ifeq ($(CC), clang)
|
|||
-Wno-missing-prototypes \
|
||||
-Wno-float-equal \
|
||||
-Wno-unknown-warning-option \
|
||||
-Wno-cast-align \
|
||||
-Wstrict-prototypes
|
||||
else
|
||||
#Tiny C Compiler doesn't know what -pedantic-errors is
|
||||
|
|
Loading…
Reference in a new issue