Date: Wed, 17 Dec 1997 10:41:12 -0800 (PST) From: Chris Timmons <skynyrd@opus.cts.cwu.edu> To: freebsd-current@freebsd.org Subject: ctype.h versus -Werror under usr.sbin/lpr Message-ID: <Pine.BSF.3.96.971217103525.11480B-100000@opus.cts.cwu.edu>
next in thread | raw e-mail | index | archive | help
I'm not sure what the best thing to do about this would be aside from addressing the root cause. "temporarily" not use -Werror (or perphaps -Wredundant-decls if that is where the warning is coming from?) ===> usr.sbin/lpr ===> usr.sbin/lpr/common_source cc -nostdinc -g -pipe -Werror -Wall -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/lpr/common_source/common.c -o common.o cc -nostdinc -g -pipe -Werror -Wall -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/lpr/common_source/displayq.c -o displayq.o cc1: warnings being treated as errors /usr/obj/usr/src/tmp/usr/include/ctype.h:146: warning: `__maskrune' defined but not used /usr/obj/usr/src/tmp/usr/include/ctype.h:160: warning: `__toupper' defined but not used /usr/obj/usr/src/tmp/usr/include/ctype.h:167: warning: `__tolower' defined but not used *** Error code 1 Stop.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971217103525.11480B-100000>