2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Fix -Wformat warning.

[SVN r75638]
This commit is contained in:
Steven Watanabe
2011-11-23 14:50:15 +00:00
parent 20df9cd1e8
commit 052e6249e3

View File

@@ -115,7 +115,7 @@ static void dump_profile_entry( void * p_, void * ignored )
profile_total.memory += p->memory;
}
printf( "%10ld %12.6f %12.6f %12.8f %10ld %10ld %s\n", p->num_entries,
cumulative, net, q, p->memory, mem_each, p->name );
cumulative, net, q, p->memory, mem_each, object_str( p->name ) );
}