12 lines
403 B
Plaintext
12 lines
403 B
Plaintext
Index: Makefile.inc
|
|
--- Makefile.inc.orig
|
|
+++ Makefile.inc
|
|
@@ -1,6 +1,6 @@
|
|
# $RuOBSD: Makefile.inc,v 1.5 2004/04/20 03:42:35 form Exp $
|
|
|
|
-CFLAGS+=-Wall -Werror -Wmissing-prototypes -Wstrict-prototypes -Winline
|
|
+CFLAGS+=-Wall -Wmissing-prototypes -Wstrict-prototypes -Winline
|
|
CFLAGS+=-Wshadow -Wpointer-arith -Wmissing-declarations -Wno-long-long
|
|
CFLAGS+=-Wno-format
|
|
CFLAGS+=-I${.CURDIR}/../include
|