diff options
Diffstat (limited to 'src/filebrowser_formaction.cpp')
-rw-r--r-- | src/filebrowser_formaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filebrowser_formaction.cpp b/src/filebrowser_formaction.cpp index 63fe9d94..b57066cd 100644 --- a/src/filebrowser_formaction.cpp +++ b/src/filebrowser_formaction.cpp @@ -24,7 +24,7 @@ filebrowser_formaction::filebrowser_formaction(view * vv, std::string formstr) filebrowser_formaction::~filebrowser_formaction() { } -void filebrowser_formaction::process_operation(operation op, bool automatic, std::vector<std::string> * args) { +void filebrowser_formaction::process_operation(operation op, bool /* automatic */, std::vector<std::string> * /* args */) { switch (op) { case OP_OPEN: { |