Source-Changes-HG archive

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

[src/trunk]: src/tests Do not care about dead functions for test cases, in th...



details:   https://anonhg.NetBSD.org/src/rev/ce6340192e83
branches:  trunk
changeset: 769639:ce6340192e83
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Sep 16 16:30:18 2011 +0000

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

diffstat:

 tests/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (8 lines):

diff -r ba895fb52f4f -r ce6340192e83 tests/Makefile.inc
--- a/tests/Makefile.inc        Fri Sep 16 16:29:47 2011 +0000
+++ b/tests/Makefile.inc        Fri Sep 16 16:30:18 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index