All warnings removed.

Minimal changes to remove warnings when compiling.
This commit is contained in:
Johan Wikman
2015-09-25 14:07:19 +03:00
parent 1e694a6c7d
commit 9efad8727a
4 changed files with 10 additions and 10 deletions

View File

@ -1670,7 +1670,7 @@ int main(int argc, char **argv)
if(!daemon_mode)
{
strncat(errorbuffer, "\n", STRING_BUFFER_SIZE);
fprintf(stderr, errorbuffer);
fprintf(stderr, "%s", errorbuffer);
}
rc = MAXSCALE_BADCONFIG;