diff options
author | 2008-03-16 14:42:08 +0000 | |
---|---|---|
committer | 2008-03-16 14:42:08 +0000 | |
commit | b4f39162ccfd0183f77d186938f793932c280e4a (patch) | |
tree | fe0e277e76148afecc6f65c5dc58e25f71eafeed /src/select_formaction.cpp | |
parent | ae462380dab3a8f1b916704f6e6572f35de9f389 (diff) | |
download | newsboat-b4f39162ccfd0183f77d186938f793932c280e4a.tar.gz newsboat-b4f39162ccfd0183f77d186938f793932c280e4a.tar.zst newsboat-b4f39162ccfd0183f77d186938f793932c280e4a.zip |
Andreas Krennmair:
merged changes from trunk.
updated ChangeLog and program version in config.h.
Diffstat (limited to 'src/select_formaction.cpp')
-rw-r--r-- | src/select_formaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select_formaction.cpp b/src/select_formaction.cpp index 144083fd..9806458a 100644 --- a/src/select_formaction.cpp +++ b/src/select_formaction.cpp @@ -33,7 +33,7 @@ void select_formaction::handle_cmdline(const std::string& cmd) { } } -void select_formaction::process_operation(operation op, bool automatic, std::vector<std::string> * args) { +void select_formaction::process_operation(operation op, bool /* automatic */, std::vector<std::string> * /* args */) { switch (op) { case OP_QUIT: value = ""; |