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