summaryrefslogtreecommitdiff
path: root/src/urlview_formaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlview_formaction.cpp')
-rw-r--r--src/urlview_formaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlview_formaction.cpp b/src/urlview_formaction.cpp
index 8ee4196e..5eea6141 100644
--- a/src/urlview_formaction.cpp
+++ b/src/urlview_formaction.cpp
@@ -19,7 +19,7 @@ urlview_formaction::urlview_formaction(view * vv, std::string formstr)
urlview_formaction::~urlview_formaction() {
}
-void urlview_formaction::process_operation(operation op, bool automatic, std::vector<std::string> * args) {
+void urlview_formaction::process_operation(operation op, bool /* automatic */, std::vector<std::string> * /* args */) {
switch (op) {
case OP_OPEN:
{