forked from qt-creator/qt-creator
		
	Fix more krazy warnings.
This commit is contained in:
		| @@ -1168,7 +1168,7 @@ void Preprocessor::processDefine(TokenIterator firstToken, TokenIterator lastTok | ||||
|         if (macro.isFunctionLike()) { | ||||
|             macroId += '('; | ||||
|             bool fst = true; | ||||
|             foreach (const QByteArray formal, macro.formals()) { | ||||
|             foreach (const QByteArray &formal, macro.formals()) { | ||||
|                 if (! fst) | ||||
|                     macroId += ", "; | ||||
|                 fst = false; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user