Kaydet (Commit) dbd0573d authored tarafından Matthew Brush's avatar Matthew Brush

Fix comparison between signed and unsigned integers

üst 63850b3e
......@@ -316,7 +316,7 @@ static void initializeParserOne (langType lang)
static void initializeParsers (void)
{
int i;
unsigned int i;
for (i = 0; i < LanguageCount; i++)
initializeParserOne(i);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment