[Midnightbsd-cvs] src [7606] trunk/usr.sbin/kbdcontrol/Makefile: fix build with clang

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 28 21:46:35 EDT 2016


Revision: 7606
          http://svnweb.midnightbsd.org/src/?rev=7606
Author:   laffer1
Date:     2016-05-28 21:46:34 -0400 (Sat, 28 May 2016)
Log Message:
-----------
fix build with clang

Modified Paths:
--------------
    trunk/usr.sbin/kbdcontrol/Makefile

Modified: trunk/usr.sbin/kbdcontrol/Makefile
===================================================================
--- trunk/usr.sbin/kbdcontrol/Makefile	2016-05-29 01:45:55 UTC (rev 7605)
+++ trunk/usr.sbin/kbdcontrol/Makefile	2016-05-29 01:46:34 UTC (rev 7606)
@@ -5,7 +5,7 @@
 MLINKS= kbdmap.5 keymap.5
 SRCS=	kbdcontrol.c lex.l
 
-WARNS?=	4
+WARNS?=	3
 CFLAGS+= -I${.CURDIR}
 
 DPADD=	${LIBL}



More information about the Midnightbsd-cvs mailing list