Module Name:    src
Committed By:   joerg
Date:           Fri Sep 16 16:30:18 UTC 2011

Modified Files:
        src/tests: Makefile.inc

Log Message:
Do not care about dead functions for test cases, in this case it is
often enough just noise.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/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/tests/Makefile.inc
diff -u src/tests/Makefile.inc:1.1 src/tests/Makefile.inc:1.2
--- src/tests/Makefile.inc:1.1	Wed Nov  3 16:10:19 2010
+++ src/tests/Makefile.inc	Fri Sep 16 16:30:18 2011
@@ -1,2 +1,3 @@
-# $NetBSD: Makefile.inc,v 1.1 2010/11/03 16:10:19 christos Exp $
+# $NetBSD: Makefile.inc,v 1.2 2011/09/16 16:30:18 joerg Exp $
 WARNS ?= 4
+CWARNFLAGS+= -Wno-missing-noreturn

Reply via email to