Author: ngie
Date: Fri Sep  8 04:37:49 2017
New Revision: 323299
URL: https://svnweb.freebsd.org/changeset/base/323299

Log:
  MFC r321455:
  
  Raise WARNS to 1
  
  This will enable warnings with the msun tests.

Modified:
  stable/11/lib/msun/tests/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/msun/tests/Makefile
==============================================================================
--- stable/11/lib/msun/tests/Makefile   Fri Sep  8 04:35:44 2017        
(r323298)
+++ stable/11/lib/msun/tests/Makefile   Fri Sep  8 04:37:49 2017        
(r323299)
@@ -4,8 +4,6 @@
 
 TESTSRC=       ${SRCTOP}/contrib/netbsd-tests/lib/libm
 
-WARNS?=                0
-
 # All architectures on FreeBSD have fenv.h
 CFLAGS+=       -DHAVE_FENV_H
 
@@ -85,6 +83,8 @@ IGNORE_PRAGMA=
 SRCS.ilogb2_test=      ilogb_test.c
 
 LIBADD+=       m
+
+WARNS?=                1
 
 # Copied from lib/msun/Makefile
 .if ${MACHINE_CPUARCH} == "i386"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to