more spring cleaning; these aren't needed anymore since we don't need the
NULL casts patches anymore.
This commit is contained in:
parent
7902691041
commit
df38c8e81f
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-lib_ext_wocky_tests_Makefile_in,v 1.3 2011/01/17 00:15:56 jasper Exp $
|
||||
|
||||
Don't enable all the warnings, prevents dozens of patches for NULL -> (void *)0.
|
||||
|
||||
--- lib/ext/wocky/tests/Makefile.in.orig Fri Oct 29 13:11:14 2010
|
||||
+++ lib/ext/wocky/tests/Makefile.in Mon Jan 17 00:32:11 2011
|
||||
@@ -303,7 +303,7 @@ ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
ENABLE_CODING_STYLE_CHECKS = @ENABLE_CODING_STYLE_CHECKS@
|
||||
-ERROR_CFLAGS = @ERROR_CFLAGS@
|
||||
+ERROR_CFLAGS =
|
||||
EXEEXT = @EXEEXT@
|
||||
FFLAGS = @FFLAGS@
|
||||
FGREP = @FGREP@
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-lib_ext_wocky_wocky_Makefile_in,v 1.2 2011/01/17 00:15:56 jasper Exp $
|
||||
|
||||
Don't enable all the warnings, prevents dozens of patches for NULL -> (void *)0.
|
||||
|
||||
--- lib/ext/wocky/wocky/Makefile.in.orig Fri Oct 29 13:11:14 2010
|
||||
+++ lib/ext/wocky/wocky/Makefile.in Mon Jan 17 00:32:11 2011
|
||||
@@ -243,7 +243,7 @@ ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
ENABLE_CODING_STYLE_CHECKS = @ENABLE_CODING_STYLE_CHECKS@
|
||||
-ERROR_CFLAGS = @ERROR_CFLAGS@
|
||||
+ERROR_CFLAGS =
|
||||
EXEEXT = @EXEEXT@
|
||||
FFLAGS = @FFLAGS@
|
||||
FGREP = @FGREP@
|
Loading…
Reference in New Issue
Block a user