projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dc7e62
)
Disable stupid clang warning.
author
Dale Weiler <weilercdale@gmail.com>
Sat, 24 May 2014 14:02:58 +0000
(10:02 -0400)
committer
Dale Weiler <weilercdale@gmail.com>
Sat, 24 May 2014 14:02:58 +0000
(10:02 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 3f286e27f6117db926fbdd051dad85abf3433644..bec603e5daf95db1d913fff4810e3883ec3980ae 100644
(file)
--- a/
Makefile
+++ b/
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++)