diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/LexOthers.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/LexOthers.cxx b/src/LexOthers.cxx index 46a5109b3..d372c8b42 100644 --- a/src/LexOthers.cxx +++ b/src/LexOthers.cxx @@ -47,7 +47,7 @@ static void ColouriseBatchLine(char *lineBuffer, int startLine, int endLine, Acc  // ToDo: %n (parameters), %EnvironmentVariable% colourising  // ToDo: Colourise = > >> < | "  #else -static void ColouriseBatchLine(char *lineBuffer, int endLine, int startLine, Accessor &styler) { +static void ColouriseBatchLine(char *lineBuffer, int endLine, int, Accessor &styler) {  	if (0 == strncmp(lineBuffer, "rem", 3)) {  		styler.ColourTo(endLine, 1);  	} else if (0 == strncmp(lineBuffer, "set", 3)) { | 
