mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
silly clang warning is silly
This commit is contained in:
parent
1a8bb31d2a
commit
faacfa018a
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -17,6 +17,7 @@ ifeq ($(CC), clang)
|
|||
-Wno-unknown-warning-option \
|
||||
-Wno-cast-align \
|
||||
-Wno-assign-enum \
|
||||
-Wno-empty-body \
|
||||
-pedantic-errors
|
||||
else
|
||||
ifneq ($(CC), g++)
|
||||
|
|
Loading…
Reference in a new issue