diff options
Diffstat (limited to 'lib/libbegemot/Makefile')
-rw-r--r-- | lib/libbegemot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libbegemot/Makefile b/lib/libbegemot/Makefile index c5d3bb8badc2..99f61c67f085 100644 --- a/lib/libbegemot/Makefile +++ b/lib/libbegemot/Makefile @@ -1,5 +1,3 @@ -# $FreeBSD$ - LIBBEGEMOT_DIR=${SRCTOP}/contrib/libbegemot PACKAGE=lib${LIB} @@ -25,3 +23,5 @@ MLINKS= rpoll.3 poll_register.3 \ rpoll.3 poll_dispatch.3 .include <bsd.lib.mk> + +CWARNFLAGS+= ${NO_WUSE_AFTER_FREE} |