Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libcurses/director apply some -Wno-enum-compare.
details: https://anonhg.NetBSD.org/src/rev/ee6b9c177882
branches: trunk
changeset: 766628:ee6b9c177882
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Jun 29 02:36:26 2011 +0000
description:
apply some -Wno-enum-compare.
diffstat:
tests/lib/libcurses/director/Makefile | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 48ccd8a81af5 -r ee6b9c177882 tests/lib/libcurses/director/Makefile
--- a/tests/lib/libcurses/director/Makefile Wed Jun 29 02:36:13 2011 +0000
+++ b/tests/lib/libcurses/director/Makefile Wed Jun 29 02:36:26 2011 +0000
@@ -19,4 +19,8 @@
CWARNFLAGS.clang+= -Wno-format -Wno-conversion
+.if ${HAVE_GCC} == 45
+COPTS.testlang_parse.c+= -Wno-enum-compare
+.endif
+
.include <bsd.test.mk>
Home |
Main Index |
Thread Index |
Old Index