zap warning option that gcc4 does not understand
This commit is contained in:
parent
b1d99a4074
commit
deebdc0033
12
misc/ccze/patches/patch-src_Makefile_in
Normal file
12
misc/ccze/patches/patch-src_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1 2010/05/23 16:15:50 espie Exp $
|
||||
--- src/Makefile.in.orig Sun May 23 18:14:41 2010
|
||||
+++ src/Makefile.in Sun May 23 18:14:48 2010
|
||||
@@ -22,7 +22,7 @@ WFLAGS_GCC = -Wshadow -Wpointer-arith -Waggregate-retu
|
||||
-Wbad-function-cast -Wsign-compare -Wchar-subscripts \
|
||||
-Wcomment -Wformat -Wformat-nonliteral -Wformat-security \
|
||||
-Wimplicit -Wmain -Wmissing-braces -Wparentheses \
|
||||
- -Wreturn-type -Wswitch -Wmulticharacter \
|
||||
+ -Wreturn-type -Wswitch \
|
||||
-Wmissing-noreturn -Wmissing-declarations @WFLAGS_3X@
|
||||
WFLAGS_ICC = -Wall -wd193,279,810,869,1418,1419
|
||||
WFLAGS_3X = -Wsequence-point -Wdiv-by-zero -W -Wunused \
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_ccze-compat_c,v 1.1 2003/07/16 09:40:29 sturm Exp $
|
||||
--- src/ccze-compat.c.orig Wed Jul 16 11:18:56 2003
|
||||
+++ src/ccze-compat.c Wed Jul 16 11:19:07 2003
|
||||
@@ -275,7 +275,7 @@ ccze_getsubopt (char **optionp, char *co
|
||||
$OpenBSD: patch-src_ccze-compat_c,v 1.2 2010/05/23 16:15:50 espie Exp $
|
||||
--- src/ccze-compat.c.orig Tue May 13 20:09:30 2003
|
||||
+++ src/ccze-compat.c Sun May 23 18:14:08 2010
|
||||
@@ -275,7 +275,7 @@ ccze_getsubopt (char **optionp, char *const *tokens,
|
||||
char **valuep)
|
||||
{
|
||||
int i = getsubopt (optionp, tokens, valuep);
|
||||
|
Loading…
Reference in New Issue
Block a user