From c3e5ebe1fc78a2c164754c2a90dc1bfe8d35b97e Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 22 Nov 2014 22:13:00 +0000 Subject: [PATCH] Lower warnings to fix build with gcc --- usr.bin/preconv/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/preconv/Makefile b/usr.bin/preconv/Makefile index 860ba26f167c..40b53c846d9f 100644 --- a/usr.bin/preconv/Makefile +++ b/usr.bin/preconv/Makefile @@ -4,4 +4,6 @@ PROG= preconv +WARNS?= 5 + .include