diff options
| author | christos <christos@NetBSD.org> | 2007-01-20 04:56:25 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2007-01-20 04:56:25 +0000 |
| commit | 1636e22df71f52ed0bcc64a19ff2f46ffb8076bf (patch) | |
| tree | 5f8c1e7cc82bba960147bc4da691a6a76334d0a8 /lib/libpthread/Makefile | |
| parent | 3ca3d0b1e7714d88ec2db50d0617e39a41f98d83 (diff) | |
set warns to 4
Diffstat (limited to 'lib/libpthread/Makefile')
| -rw-r--r-- | lib/libpthread/Makefile | 4 |
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 |
