Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/fb2edit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/fb2save.cpp')
-rw-r--r--source/fb2save.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/fb2save.cpp b/source/fb2save.cpp
index c9bd9fa..8089c45 100644
--- a/source/fb2save.cpp
+++ b/source/fb2save.cpp
@@ -393,6 +393,7 @@ FbSaveHandler::RootHandler::RootHandler(FbSaveWriter &writer, const QString &nam
FbXmlHandler::NodeHandler * FbSaveHandler::RootHandler::NewTag(const QString &name, const QXmlAttributes &atts)
{
+ Q_UNUSED(atts);
return name == "body" ? new BodyHandler(m_writer, name) : NULL;
}