projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a8bb31
)
silly clang warning is silly
author
Dale Weiler <weilercdale@gmail.com>
Fri, 26 Sep 2014 23:58:32 +0000
(19:58 -0400)
committer
Dale Weiler <weilercdale@gmail.com>
Fri, 26 Sep 2014 23:58:32 +0000
(19:58 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f6a21ffe301305671fd17ea32fc945fa0f5f41c9..207e910471305915fb31ab020c3f1ef633e26185 100644
(file)
--- a/
Makefile
+++ b/
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++)