|
From: Nicholas N. <nj...@ca...> - 2004-03-08 15:46:38
|
CVS commit by nethercote:
Turn off warning with -q.
M +7 -5 mc_main.c 1.47
--- valgrind/memcheck/mc_main.c #1.46:1.47
@@ -285,4 +285,5 @@ static void set_address_range_perms ( Ad
return;
+ if (VG_(clo_verbosity) > 0) {
if (len > 100 * 1000 * 1000) {
VG_(message)(Vg_UserMsg,
@@ -291,4 +292,5 @@ static void set_address_range_perms ( Ad
len, example_a_bit, example_v_bit );
}
+ }
VGP_PUSHCC(VgpSetMem);
|