diff options
Diffstat (limited to 'cpp/demo/Freeze/library/Parser.cpp')
-rw-r--r-- | cpp/demo/Freeze/library/Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/library/Parser.cpp b/cpp/demo/Freeze/library/Parser.cpp index 3f3a1708668..97668a26877 100644 --- a/cpp/demo/Freeze/library/Parser.cpp +++ b/cpp/demo/Freeze/library/Parser.cpp @@ -74,7 +74,7 @@ Parser::addBook(const list<string>& _args) { error(ex.message); } - catch(const BookExistsException& ex) + catch(const BookExistsException&) { error("The book already exists."); } |