URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=39d919b86862015615d98fa40e5d0e61aac4aa05
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
39d919b by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
Qt: Make buildbot happy
capture_interfaces_dialog.cpp: In member function ‘void CaptureInterfacesDialog::updateStatistics()’:
capture_interfaces_dialog.cpp:483:100: error: operation on ‘points’ may be undefined [-Werror=sequence-point]
QList<int> *points = points = ti->data(col_traffic_, Qt::UserRole).value<QList<int> *>();
Change-Id: I63afb0f207142d516403968f6a3e988f8ad61d4d
Reviewed-on: https://code.wireshark.org/review/3491
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from b8a6cfc Make Python mandatory to build on Windows
adds 39d919b Qt: Make buildbot happy
Summary of changes:
ui/qt/capture_interfaces_dialog.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)