From: Julian Seward Date: Tue, 29 Mar 2011 17:05:09 +0000 (+0000) Subject: Fix yet another gcc-4.6 assigned-to-but-not-used warning. X-Git-Tag: svn/VALGRIND_3_7_0~557 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=857f34e03563f4b0351561b4bfa384e42e939f6b;p=thirdparty%2Fvalgrind.git Fix yet another gcc-4.6 assigned-to-but-not-used warning. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11677 --- diff --git a/exp-ptrcheck/h_main.c b/exp-ptrcheck/h_main.c index 6873a81c3d..91b6f05c50 100644 --- a/exp-ptrcheck/h_main.c +++ b/exp-ptrcheck/h_main.c @@ -1825,8 +1825,8 @@ static void get_IntRegInfo ( /*OUT*/IntRegInfo* iii, Int offset, Int szB ) Int o = offset; Int sz = szB; - Bool is4 = sz == 4; - Bool is8 = sz == 8; + //Bool is4 = sz == 4; + //Bool is8 = sz == 8; tl_assert(sz > 0); tl_assert(host_is_big_endian());