Removed some warnings.

This commit is contained in:
Roberto Raggi
2008-12-04 16:20:27 +01:00
parent 79f244c2ea
commit c4fa71ba36

View File

@@ -254,7 +254,7 @@ protected:
} }
virtual void startExpandingMacro(unsigned offset, virtual void startExpandingMacro(unsigned offset,
const rpp::Macro &macro, const rpp::Macro &,
const QByteArray &originalText) const QByteArray &originalText)
{ {
if (! m_currentDoc) if (! m_currentDoc)
@@ -264,7 +264,7 @@ protected:
m_currentDoc->addMacroUse(offset, originalText.length()); m_currentDoc->addMacroUse(offset, originalText.length());
} }
virtual void stopExpandingMacro(unsigned offset, const rpp::Macro &macro) virtual void stopExpandingMacro(unsigned, const rpp::Macro &)
{ {
if (! m_currentDoc) if (! m_currentDoc)
return; return;