Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/am-utils Don't bail out on implicit enum casts.



details:   https://anonhg.NetBSD.org/src/rev/843e12284a46
branches:  trunk
changeset: 335703:843e12284a46
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Jan 21 21:48:43 2015 +0000

description:
Don't bail out on implicit enum casts.

diffstat:

 external/bsd/am-utils/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r cf516193eb5f -r 843e12284a46 external/bsd/am-utils/Makefile.inc
--- a/external/bsd/am-utils/Makefile.inc        Wed Jan 21 21:48:23 2015 +0000
+++ b/external/bsd/am-utils/Makefile.inc        Wed Jan 21 21:48:43 2015 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile.inc,v 1.5 2013/02/14 01:57:42 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.6 2015/01/21 21:48:43 joerg Exp $
 
 .ifndef AMU_MAKEFILE_INC
 AMU_MAKEFILE_INC=
 WARNS?=        1
+CWARNFLAGS.clang+=     -Wno-error=enum-conversion
 
 .include <bsd.own.mk>
 



Home | Main Index | Thread Index | Old Index