|
From: Nicholas N. <nj...@ca...> - 2004-03-08 15:47:53
|
CVS commit by nethercote:
Remove warning with -q.
[from HEAD]
M +7 -5 mc_main.c 1.38.2.2
--- valgrind/memcheck/mc_main.c #1.38.2.1:1.38.2.2
@@ -288,4 +288,5 @@ static void set_address_range_perms ( Ad
return;
+ if (VG_(clo_verbosity) > 0) {
if (len > 100 * 1000 * 1000) {
VG_(message)(Vg_UserMsg,
@@ -294,4 +295,5 @@ static void set_address_range_perms ( Ad
len, example_a_bit, example_v_bit );
}
+ }
VGP_PUSHCC(VgpSetMem);
|