From 27f4579e07a7301605c25c41fa447b7e2ad31438 Mon Sep 17 00:00:00 2001 From: jb Date: Thu, 11 Jun 1998 03:53:23 +0000 Subject: Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spits warnings from unused static inline functions in headers if you happen to set CFLAGS without -O. --- usr.sbin/lpr/common_source/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr.sbin/lpr/common_source') diff --git a/usr.sbin/lpr/common_source/Makefile b/usr.sbin/lpr/common_source/Makefile index 155a907..6e76588 100644 --- a/usr.sbin/lpr/common_source/Makefile +++ b/usr.sbin/lpr/common_source/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1997/12/02 20:45:17 wollman Exp $ +# $Id: Makefile,v 1.2 1998/05/13 06:49:19 jb Exp $ # # Library of internal routines for the print spooler suite. @@ -13,9 +13,6 @@ NOPROFILE= noprofile NOPIC= nopic CFLAGS+= -Wall -Wnested-externs -Wmissing-prototypes \ -Wstrict-prototypes -Wredundant-decls -.if ${MACHINE_ARCH} == "i386" -CFLAGS+= -Werror -.endif install: -- cgit v1.1