From 3475d7748ac8febd002526be7d526b8b89f057df Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 18 Jul 2004 19:33:56 +0000 Subject: [PATCH] This library is not WARNS=2 clean for -O2 builds, because we include headers from libpthread that are not WARNS=2 clean for -O2 builds. Lower the WARNS level to 1. This is the highest level possible for now. --- lib/libthread_db/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libthread_db/Makefile b/lib/libthread_db/Makefile index 5825cc908a20..c94636b9e3d1 100644 --- a/lib/libthread_db/Makefile +++ b/lib/libthread_db/Makefile @@ -9,7 +9,7 @@ SRCS+= libpthread_db.c libpthread_md.c SRCS+= libc_r_db.c libc_r_md.c SRCS+= libthr_db.c INCS= thread_db.h -WARNS?= 2 +WARNS?= 1 CFLAGS+=-I. -I${.CURDIR}