summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-04-25 21:47:29 -0700
committerGuy Harris <guy@alum.mit.edu>2017-04-26 04:48:42 +0000
commitf493bad8a23591a999c16539e35415382591f0c3 (patch)
tree5557b536cc2d4ee78e7f777af1e48eff867a3cb7 /ui
parent0557fe144624769797d82b98cc3965b8f83fc724 (diff)
downloadwireshark-f493bad8a23591a999c16539e35415382591f0c3.tar.gz
Fix no-extcap build.
Change-Id: I9f01264bf5f0c28a4d871f6d983e9efed1c23259 Reviewed-on: https://code.wireshark.org/review/21347 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/main_window.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/main_window.cpp b/ui/qt/main_window.cpp
index 0952594516..a5fddaf27a 100644
--- a/ui/qt/main_window.cpp
+++ b/ui/qt/main_window.cpp
@@ -2491,6 +2491,8 @@ void MainWindow::setForCaptureInProgress(bool capture_in_progress, GArray *iface
toolbar->stopCapture();
}
}
+#else
+ Q_UNUSED(ifaces);
#endif
}