mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-19 06:40:49 +00:00
Disable stupid clang warning.
This commit is contained in:
parent
5dc7e62b19
commit
cc20d7e4e9
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -17,6 +17,7 @@ ifeq ($(CC), clang)
|
|||
-Wno-float-equal \
|
||||
-Wno-unknown-warning-option \
|
||||
-Wno-cast-align \
|
||||
-Wno-assign-enum \
|
||||
-pedantic-errors
|
||||
else
|
||||
ifneq ($(CC), g++)
|
||||
|
|
Loading…
Reference in a new issue