ports/sysutils/torture/patches/patch-Makefile

12 lines
397 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- Makefile.orig Sun Apr 16 15:54:14 2017
+++ Makefile Sun Apr 16 16:05:00 2017
@@ -11,7 +11,7 @@ MAN= torture.8
BINDIR= /usr/local/sbin
CFLAGS+= -g -Wall -Werror -I${.CURDIR}
-CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual -Wbounded
+CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
#CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
#CFLAGS+= -Wmissing-declarations
#CFLAGS+= -Wsign-compare