URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=26e62dfad07a02efc03e4c08c3c6b08e5c5d2076
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
26e62df by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Qt: Fix -Wshorten-64-to-32 warnings
Fix some warnings when building with -Wshorten-64-to-32 flag for
C++ code.
Fixes for warnings from QList, QTimer and QVector has been pushed
upstream, so some time we may be able to enable this flag for C++.
Change-Id: Iae7457f9afc469c63f3edbe23dbf272b5c6c9e5e
Reviewed-on: https://code.wireshark.org/review/20310
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Actions performed:
from 311b1ee IEEE 802.11: Handle Atheros padding
adds 26e62df Qt: Fix -Wshorten-64-to-32 warnings
Summary of changes:
ui/qt/byte_view_text.cpp | 2 +-
ui/qt/file_set_dialog.cpp | 4 ++--
ui/qt/iax2_analysis_dialog.cpp | 12 ++++++------
ui/qt/import_text_dialog.cpp | 2 +-
ui/qt/io_graph_dialog.cpp | 2 +-
ui/qt/qcustomplot.cpp | 2 +-
ui/qt/qt_ui_utils.cpp | 2 +-
ui/qt/rtp_analysis_dialog.cpp | 4 ++--
ui/qt/tcp_stream_dialog.cpp | 2 +-
9 files changed, 16 insertions(+), 16 deletions(-)