projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5bca75
)
Ignore warnings for unused but set variables
author
Ari Johnson
<ari@theari.com>
Fri, 20 Sep 2013 14:54:31 +0000
(10:54 -0400)
committer
Ari Johnson
<ari@theari.com>
Fri, 20 Sep 2013 14:54:31 +0000
(10:54 -0400)
Makefile.SH
patch
|
blob
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index 13565fd54e4ad1653dee99a896166a556f6531d9..43d92a929e24b62a0cbe408e9ea8ce99f3de20e4 100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-47,7
+47,7
@@
$spitshell >Makefile <<!GROK!THIS!
#
$make_set_make
CC=$cc
-CCFLAGS=$optimize -I.. -I../hdrs $ccflags $warnings -Wall -Wno-comment -Wno-parentheses -Wno-switch -Werror
+CCFLAGS=$optimize -I.. -I../hdrs $ccflags $warnings -Wall -Wno-comment -Wno-parentheses -Wno-switch -W
no-unused-but-set-variable -W
error
LDFLAGS=$ldflags
CLIBS=$libs $cryptlib $libssl $libcrypto $libmysqlclient
INSTALL=$install