forked from qt-creator/qt-creator
kill some warnings
This commit is contained in:
@@ -322,11 +322,9 @@ void CppHighlighter::highlightWord(QStringRef word, int position, int length)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void CppHighlighter::highlightDoxygenComment(const QString &text, int position,
|
void CppHighlighter::highlightDoxygenComment(const QString &text, int position, int)
|
||||||
int length)
|
|
||||||
{
|
{
|
||||||
int initial = position;
|
int initial = position;
|
||||||
int i = position;
|
|
||||||
|
|
||||||
const QChar *uc = text.unicode();
|
const QChar *uc = text.unicode();
|
||||||
const QChar *it = uc + position;
|
const QChar *it = uc + position;
|
||||||
|
Reference in New Issue
Block a user