more spring cleaning; these aren't needed anymore since we don't need the

NULL casts patches anymore.
This commit is contained in:
jasper 2011-04-20 18:04:41 +00:00
parent 7902691041
commit df38c8e81f
2 changed files with 0 additions and 30 deletions

View File

@ -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@

View File

@ -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@