]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix yet another gcc-4.6 assigned-to-but-not-used warning.
authorJulian Seward <jseward@acm.org>
Tue, 29 Mar 2011 17:05:09 +0000 (17:05 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 29 Mar 2011 17:05:09 +0000 (17:05 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11677

exp-ptrcheck/h_main.c

index 6873a81c3db16b4ff7651d1009b93a7a7ff1f193..91b6f05c50f7ca47d3d49035ccfa10d2054715fc 100644 (file)
@@ -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());