URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=deeb1de24c7d3b47306765529b76a02d7a4842c9
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
deeb1de by Guy Harris (guy@xxxxxxxxxxxx):
Squelch some warnings.
Make some arguments and structure members gsize, as that's what stored
into them or passed to them. (And move a newly-widened-on-LP64 item, to
avoid extra structure padding.)
Add a cast, which also appears necessary to squelch a warning.
Clean up indentation while we're at it.
Change-Id: I0cc92e7d2904c5af1f3f3d93f51b6ecb3aed464d
Reviewed-on: https://code.wireshark.org/review/2741
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from f90bf8a Increase space allocated for IO Graph slower after 1 million items
adds deeb1de Squelch some warnings.
Summary of changes:
ui/gtk/io_stat.c | 6 +++---
ui/io_graph_item.h | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)