blob: a0171129a6ef96ddd4ad48b9601b0db50bdd6880 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.inc.orig Wed Jan 21 10:56:37 2004
+++ Makefile.inc Wed Jan 21 10:56:47 2004
@@ -27,7 +27,7 @@
# C options
#
CFLAGS+= -g -I${.CURDIR}/../lib
-CFLAGS+= -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror
+CFLAGS+= -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -DDEFAULT_PORT=\"${GPS_SERIAL_PORT}\" ${VERSION} ${SIO_TYPE}
# Figure out where the library lives for proper dependencies
|