From 0c60225131550fed6a9cc93353b41f21c9c17679 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 8 Apr 2002 06:26:46 +0000 Subject: Don't set WARNS to 2, we're default compatible now. Noticed by: bde --- sbin/bsdlabel/Makefile | 1 - sbin/disklabel/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile index 788d0ed..9884d55 100644 --- a/sbin/bsdlabel/Makefile +++ b/sbin/bsdlabel/Makefile @@ -8,6 +8,5 @@ MAN= disklabel.5 disklabel.8 .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif -WARNS= 2 .include diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index 788d0ed..9884d55 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -8,6 +8,5 @@ MAN= disklabel.5 disklabel.8 .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif -WARNS= 2 .include -- cgit v1.1