Module Name: src
Committed By: christos
Date: Fri Jul 29 20:56:58 UTC 2011
Modified Files:
src/lib/libedit: Makefile
Log Message:
add -Wunused-parameter
Is that the right way? Perhaps WARNS=5?
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/lib/libedit/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libedit/Makefile
diff -u src/lib/libedit/Makefile:1.44 src/lib/libedit/Makefile:1.45
--- src/lib/libedit/Makefile:1.44 Wed Jul 27 21:56:26 2011
+++ src/lib/libedit/Makefile Fri Jul 29 16:56:58 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2011/07/28 01:56:26 christos Exp $
+# $NetBSD: Makefile,v 1.45 2011/07/29 20:56:58 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
USE_SHLIBDIR= yes
@@ -8,6 +8,7 @@
LIB= edit
LIBDPLIBS+= terminfo ${.CURDIR}/../libterminfo
+COPTS+=-Wunused-parameter
OSRCS= chared.c common.c el.c emacs.c fcns.c filecomplete.c help.c \
hist.c keymacro.c map.c chartype.c \