mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Turn off warning with -q.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2295
This commit is contained in:
parent
41028e4b60
commit
8ee17cb4b7
@ -284,11 +284,13 @@ static void set_address_range_perms ( Addr a, UInt len,
|
||||
if (len == 0)
|
||||
return;
|
||||
|
||||
if (len > 100 * 1000 * 1000) {
|
||||
VG_(message)(Vg_UserMsg,
|
||||
"Warning: set address range perms: "
|
||||
"large range %u, a %d, v %d",
|
||||
len, example_a_bit, example_v_bit );
|
||||
if (VG_(clo_verbosity) > 0) {
|
||||
if (len > 100 * 1000 * 1000) {
|
||||
VG_(message)(Vg_UserMsg,
|
||||
"Warning: set address range perms: "
|
||||
"large range %u, a %d, v %d",
|
||||
len, example_a_bit, example_v_bit );
|
||||
}
|
||||
}
|
||||
|
||||
VGP_PUSHCC(VgpSetMem);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user