From 71203128f9cd2c1271f77cffb8da59001fc67dc5 Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 6 Mar 2013 18:21:41 +0000 Subject: [PATCH] remove compiler hacks --- usr.sbin/zic/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/usr.sbin/zic/Makefile b/usr.sbin/zic/Makefile index d259c95c59cd..ff9202e363cf 100644 --- a/usr.sbin/zic/Makefile +++ b/usr.sbin/zic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2013/03/05 13:42:04 apb Exp $ +# $NetBSD: Makefile,v 1.14 2013/03/06 18:21:41 christos Exp $ .include "Makefile.inc" .include @@ -6,14 +6,6 @@ COPTS.zic.c += -Wno-format-nonliteral COPTS.scheck.c += -Wno-format-nonliteral -.if defined(HAVE_GCC) && ${HAVE_GCC} < 45 -# gcc-4.1 says: -# "warning: comparison is always false due to limited range of data type" -# and there is no -Wno-foo option to suppress that warning. -# -COPTS.zic.c+= ${${ACTIVE_CC} == "gcc" :? -Wno-error :} -.endif # HAVE_GCC < 45 - PROG= zic SRCS= zic.c scheck.c ialloc.c MAN= zic.8