kill some warnings

This commit is contained in:
Roberto Raggi
2009-02-20 11:53:32 +01:00
parent 4c5ff047f0
commit 5bf1f27e20

View File

@@ -322,11 +322,9 @@ void CppHighlighter::highlightWord(QStringRef word, int position, int length)
}
}
void CppHighlighter::highlightDoxygenComment(const QString &text, int position,
int length)
void CppHighlighter::highlightDoxygenComment(const QString &text, int position, int)
{
int initial = position;
int i = position;
const QChar *uc = text.unicode();
const QChar *it = uc + position;