From 1636e22df71f52ed0bcc64a19ff2f46ffb8076bf Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 20 Jan 2007 04:56:25 +0000 Subject: set warns to 4 --- lib/libpthread/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libpthread') diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 718b93dd328..c7f9e572e00 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2006/12/24 18:39:45 ad Exp $ +# $NetBSD: Makefile,v 1.38 2007/01/20 04:56:25 christos Exp $ # PTHREAD_SA=1 -WARNS= 2 +WARNS= 4 # Define PT_FIXEDSTACKSIZE_LG to set a fixed stacksize #CPPFLAGS+=-DPT_FIXEDSTACKSIZE_LG=18 -- cgit