* utils.c (report_command_stats): Cast delta_wall_time 'tv_sec' and
authorDavid S. Miller <davem@redhat.com>
Wed, 16 Nov 2011 18:14:53 +0000 (18:14 +0000)
committerDavid S. Miller <davem@redhat.com>
Wed, 16 Nov 2011 18:14:53 +0000 (18:14 +0000)
commit2b54dda2fae8e3b6020b5c0dc217983f895a1554
treeae62f53e36967a6d04dd2398a5f5d9a5e14140da
parent7bd942df4ab6dddeb0318d2621bd8db6f8ff65cb
* utils.c (report_command_stats): Cast delta_wall_time 'tv_sec' and
'tv_usec' to long for printf since these fields have a type which
varies.
gdb/ChangeLog
gdb/utils.c