Skip to content
Snippets Groups Projects
Commit c4fa71ba authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Removed some warnings.

parent 79f244c2
No related merge requests found
......@@ -254,7 +254,7 @@ protected:
}
virtual void startExpandingMacro(unsigned offset,
const rpp::Macro &macro,
const rpp::Macro &,
const QByteArray &originalText)
{
if (! m_currentDoc)
......@@ -264,7 +264,7 @@ protected:
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)
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment