From 37b68acabbddca178948dd57d7b3ffc16edf8cd2 Mon Sep 17 00:00:00 2001 From: rodrigc Date: Sun, 13 Nov 2005 01:47:04 +0000 Subject: Increase WARNS level to 6. --- sbin/mount_reiserfs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/mount_reiserfs/Makefile b/sbin/mount_reiserfs/Makefile index 686629f..bd11a4b 100644 --- a/sbin/mount_reiserfs/Makefile +++ b/sbin/mount_reiserfs/Makefile @@ -7,6 +7,7 @@ MAN = mount_reiserfs.8 # mount_reiserfs needs mntopts.h and getmntopts.c from src/sbin/mount/ MOUNT ?= ${.CURDIR}/../mount CFLAGS += -I${MOUNT} +WARNS ?= 6 .PATH: ${MOUNT} -- cgit v1.1