From 1fc42647adca7a8f12903c6f04115e18bad657bf Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 16 Apr 2017 10:16:36 +0000 Subject: Different compilers and versions of compilers have different warnings. Remove -Werror to give code a greater chance of building. ok deraadt@ florian@ --- usr.bin/pctr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/pctr/Makefile') diff --git a/usr.bin/pctr/Makefile b/usr.bin/pctr/Makefile index d5c8aa14ecd..b78b7932bec 100644 --- a/usr.bin/pctr/Makefile +++ b/usr.bin/pctr/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.8 2012/09/12 09:19:54 haesbaert Exp $ +# $OpenBSD: Makefile,v 1.9 2017/04/16 10:16:35 jsg Exp $ MAN=pctr.1 -CFLAGS+=-W -Wall -Werror +CFLAGS+=-W -Wall CDIAGFLAGS= .if ${MACHINE} == "amd64" || ${MACHINE} == "i386" -- cgit v1.2.3