aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_unionfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_unionfs/Makefile')
-rw-r--r--sbin/mount_unionfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile
index 02965042dd87..4794deaabe1e 100644
--- a/sbin/mount_unionfs/Makefile
+++ b/sbin/mount_unionfs/Makefile
@@ -7,7 +7,7 @@ MAN= mount_unionfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+=-I${MOUNT}
-WARNS?= 0
+WARNS?= 3
.PATH: ${MOUNT}