summaryrefslogtreecommitdiff
path: root/lib/libpthread/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2007-01-20 04:56:25 +0000
committerchristos <christos@NetBSD.org>2007-01-20 04:56:25 +0000
commit1636e22df71f52ed0bcc64a19ff2f46ffb8076bf (patch)
tree5f8c1e7cc82bba960147bc4da691a6a76334d0a8 /lib/libpthread/Makefile
parent3ca3d0b1e7714d88ec2db50d0617e39a41f98d83 (diff)
set warns to 4
Diffstat (limited to 'lib/libpthread/Makefile')
-rw-r--r--lib/libpthread/Makefile4
1 files changed, 2 insertions, 2 deletions
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