Module Name:    src
Committed By:   joerg
Date:           Wed Jan 21 21:48:44 UTC 2015

Modified Files:
        src/external/bsd/am-utils: Makefile.inc

Log Message:
Don't bail out on implicit enum casts.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/am-utils/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/am-utils/Makefile.inc
diff -u src/external/bsd/am-utils/Makefile.inc:1.5 src/external/bsd/am-utils/Makefile.inc:1.6
--- src/external/bsd/am-utils/Makefile.inc:1.5	Thu Feb 14 01:57:42 2013
+++ src/external/bsd/am-utils/Makefile.inc	Wed Jan 21 21:48:43 2015
@@ -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>
 

Reply via email to