svn commit: r366131 - head/lib/libc/tests/sys

Alan Somers asomers at FreeBSD.org
Thu Sep 24 21:39:10 UTC 2020


Author: asomers
Date: Thu Sep 24 21:39:09 2020
New Revision: 366131
URL: https://svnweb.freebsd.org/changeset/base/366131

Log:
  lib/libc/tests/sys: raise WARNS to 6
  
  MFC after:	2 weeks

Modified:
  head/lib/libc/tests/sys/Makefile

Modified: head/lib/libc/tests/sys/Makefile
==============================================================================
--- head/lib/libc/tests/sys/Makefile	Thu Sep 24 20:01:31 2020	(r366130)
+++ head/lib/libc/tests/sys/Makefile	Thu Sep 24 21:39:09 2020	(r366131)
@@ -78,12 +78,6 @@ LIBADD.timer_create_test+=	rt
 SRCS.mlock_test+=		mlock_helper.c
 SRCS.setrlimit_test+=		mlock_helper.c
 
-.if ${COMPILER_TYPE} == "gcc"
-WARNS?=			3
-.else
-WARNS?=			4
-.endif
-
 FILESGROUPS+=		truncate_test_FILES
 
 truncate_test_FILES=	truncate_test.root_owned


More information about the svn-src-head mailing list