forked from qt-creator/qt-creator
Removed some warnings.
This commit is contained in:
@@ -254,7 +254,7 @@ protected:
|
|||||||
}
|
}
|
||||||
|
|
||||||
virtual void startExpandingMacro(unsigned offset,
|
virtual void startExpandingMacro(unsigned offset,
|
||||||
const rpp::Macro ¯o,
|
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 ¯o)
|
virtual void stopExpandingMacro(unsigned, const rpp::Macro &)
|
||||||
{
|
{
|
||||||
if (! m_currentDoc)
|
if (! m_currentDoc)
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user