Hide unused warnings

This commit is contained in:
Arin Alexander
2016-10-18 15:00:26 +03:00
parent 8ed24f9f75
commit ebde2c1c20
35 changed files with 75 additions and 57 deletions

View File

@@ -38,7 +38,7 @@ LimeReport::BaseDesignIntf * createBand(QObject* owner, LimeReport::BaseDesignIn
return new LimeReport::PageFooter(owner,parent);
}
bool registred = LimeReport::DesignElementsFactory::instance().registerCreator(
bool VARIABLE_IS_NOT_USED registred = LimeReport::DesignElementsFactory::instance().registerCreator(
xmlTag,
LimeReport::ItemAttribs(QObject::tr("Page Footer"),LimeReport::Const::bandTAG),
createBand