Module Name: src
Committed By: joerg
Date: Thu Jan 29 20:30:02 UTC 2015
Modified Files:
src/lib/libedit: Makefile
Log Message:
Disable -Wcast-qual for clang for now.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 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.52 src/lib/libedit/Makefile:1.53
--- src/lib/libedit/Makefile:1.52 Sat Jun 14 20:49:37 2014
+++ src/lib/libedit/Makefile Thu Jan 29 20:30:02 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2014/06/14 20:49:37 mrg Exp $
+# $NetBSD: Makefile,v 1.53 2015/01/29 20:30:02 joerg Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
USE_SHLIBDIR= yes
@@ -13,6 +13,7 @@ LIBDPLIBS+= terminfo ${.CURDIR}/../l
COPTS+= -Wunused-parameter
CWARNFLAGS.gcc+= -Wconversion
+CWARNFLAGS.clang+= -Wno-cast-qual
OSRCS= chared.c common.c el.c emacs.c fcns.c filecomplete.c help.c \
hist.c keymacro.c map.c chartype.c \