Author: sewardj
Date: 2008-02-29 19:45:07 +0000 (Fri, 29 Feb 2008)
New Revision: 7514
Log:
Stop icc9 complaining about this (doesn't it understand that assert(0)
never returns?)
Modified:
branches/DATASYMS/memcheck/tests/varinfo6.c
Modified: branches/DATASYMS/memcheck/tests/varinfo6.c
===================================================================
--- branches/DATASYMS/memcheck/tests/varinfo6.c 2008-02-29 19:44:04 UTC (rev
7513)
+++ branches/DATASYMS/memcheck/tests/varinfo6.c 2008-02-29 19:45:07 UTC (rev
7514)
@@ -6470,8 +6470,8 @@
default:
assert(0);
}
+ return 0;
}
-
static char *bzerrorstrings[] = {
"OK"
,"SEQUENCE_ERROR"
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-developers