Author: pfg
Date: Thu Jan  8 17:23:59 2015
New Revision: 276837
URL: https://svnweb.freebsd.org/changeset/base/276837

Log:
  Partial revert of r276832:
  
  Do not bump the warns level as it still breaks the gcc build on sparc64
  
  Reported by:  jenkins

Modified:
  head/usr.bin/sed/Makefile

Modified: head/usr.bin/sed/Makefile
==============================================================================
--- head/usr.bin/sed/Makefile   Thu Jan  8 17:23:05 2015        (r276836)
+++ head/usr.bin/sed/Makefile   Thu Jan  8 17:23:59 2015        (r276837)
@@ -6,6 +6,8 @@
 PROG=  sed
 SRCS=  compile.c main.c misc.c process.c
 
+WARNS?=        2
+
 .if ${MK_TESTS} != "no"
 SUBDIR+= tests
 .endif
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to