aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wlan_statistics_dialog.cpp
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2015-08-21 10:43:27 +0200
committerAnders Broman <a.broman58@gmail.com>2015-08-21 08:46:27 +0000
commit8d5ac86e9448e99273c18ab750b18f357ac8f9bb (patch)
tree3a1c96839d1a2a0ef30b9348e5e42ca709d40bd6 /ui/qt/wlan_statistics_dialog.cpp
parenteeafab579e576dfc55641d3aba3882aef4e34098 (diff)
Try to fix: wlan_statistics_dialog.cpp:466:1: error: unused parameter ‘filter’ [-Werror=unused-parameter]
Change-Id: Ib9b2fe245b126f9413dbdcced94c61eacf4d1c5d Reviewed-on: https://code.wireshark.org/review/10177 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/wlan_statistics_dialog.cpp')
-rw-r--r--ui/qt/wlan_statistics_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/wlan_statistics_dialog.cpp b/ui/qt/wlan_statistics_dialog.cpp
index 181001a6ed..5331b6c335 100644
--- a/ui/qt/wlan_statistics_dialog.cpp
+++ b/ui/qt/wlan_statistics_dialog.cpp
@@ -463,7 +463,7 @@ static const QString node_col_4_title_ = QObject::tr("Pkts Sent");
static const QString node_col_5_title_ = QObject::tr("Pkts Received");
static const QString node_col_11_title_ = QObject::tr("Comment");
-WlanStatisticsDialog::WlanStatisticsDialog(QWidget &parent, CaptureFile &cf, const char *filter = NULL) :
+WlanStatisticsDialog::WlanStatisticsDialog(QWidget &parent, CaptureFile &cf, const char *) :
TapParameterDialog(parent, cf, HELP_STATS_WLAN_TRAFFIC_DIALOG)
{
setWindowSubtitle(tr("Wireless LAN Statistics"));