URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5c388384329775538d618681f571d5f052bc2ae6
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5c38838 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Place variable declarations where they're used.
Fix
../../ui/io_graph_item.h:251:29: warning: will never be executed [-Wunreachable-code]
guint64 t, pt; /* time in us */
^
Change-Id: I0e861e892c2c03151d9f98e31ac68ce296baa26a
Reviewed-on: https://code.wireshark.org/review/17545
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from facc953 Autotools: Distribute packaging/wix.
adds 5c38838 Place variable declarations where they're used.
Summary of changes:
ui/io_graph_item.h | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)