diff --git a/Modules/Editors/ProjectCenter/SyntaxDefinition.m b/Modules/Editors/ProjectCenter/SyntaxDefinition.m index 24abe84..b9cf346 100644 --- a/Modules/Editors/ProjectCenter/SyntaxDefinition.m +++ b/Modules/Editors/ProjectCenter/SyntaxDefinition.m @@ -339,7 +339,7 @@ static NSMutableDictionary * syntaxDefinitions = nil; NSLog(_(@"Missing keyword pattern declaration " @"in context %i keyword %i. Ignoring all the " @"remaining of the keywords in this context."), - i, j); + (int)i, (int)j); break; } pattern = CompileTextPattern(keywordString);