From 2f0909db43ab1ec7e343f36de13d0b4d08eef398 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 4 Jan 2001 06:37:54 +0000 Subject: Dropped unused parameter to avoid warning. --- src/LexOthers.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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)) { -- cgit v1.2.3