- avoid compiler warning about unused parameter
This commit is contained in:
parent
2a9b099a08
commit
e0bc440df7
@ -96,7 +96,7 @@ static void ColouriseSearchResultLine(SearchResultMarkings* pMarkings, char *lin
|
||||
}
|
||||
}
|
||||
|
||||
static void ColouriseSearchResultDoc(unsigned int startPos, int length, int, WordList *keywordlists[], Accessor &styler) {
|
||||
static void ColouriseSearchResultDoc(unsigned int startPos, int length, int, WordList *[], Accessor &styler) {
|
||||
|
||||
char lineBuffer[SC_SEARCHRESULT_LINEBUFFERMAXLENGTH];
|
||||
styler.StartAt(startPos);
|
||||
|
Loading…
Reference in New Issue
Block a user