svn commit: r318641 - head/lib/libthr

Eric van Gyzen vangyzen at FreeBSD.org
Mon May 22 13:21:29 UTC 2017


Author: vangyzen
Date: Mon May 22 13:21:28 2017
New Revision: 318641
URL: https://svnweb.freebsd.org/changeset/base/318641

Log:
  Revert r318583 (libthr: use default WARNS level of 6)
  
  Revert this while I fix RISC-V, SPARC, and probably all architectures
  that use GCC.
  
  Reported by:	kib
  Pointy hat to:	vangyzen
  Sponsored by:	Dell EMC

Modified:
  head/lib/libthr/Makefile

Modified: head/lib/libthr/Makefile
==============================================================================
--- head/lib/libthr/Makefile	Mon May 22 13:15:59 2017	(r318640)
+++ head/lib/libthr/Makefile	Mon May 22 13:21:28 2017	(r318641)
@@ -16,6 +16,7 @@ MK_SSP=	no
 
 LIB=thr
 SHLIB_MAJOR= 3
+WARNS?=	3
 NO_WTHREAD_SAFETY=1
 CFLAGS+=-DPTHREAD_KERNEL
 CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR}/thread \


More information about the svn-src-all mailing list