diff --git a/src/main.c b/src/main.c index 6e3ef3d6a2312ac5df6d84ad6f920931f7e1fc52..0670b5f5cd989f496d32bdd5e832fb07e0b81d7a 100644 --- a/src/main.c +++ b/src/main.c @@ -3247,7 +3247,7 @@ static int parseconfig(const char *filename, break; } alloced_param=TRUE; - line = (char*) unslashquote(line, param); + (void)unslashquote(line, param); } else { param=line; /* parameter starts here */