config: Change conf.c remove compiler warnings
authorPaul Schulz <paul@mawsonlakes.org>
Thu, 21 Jun 2018 08:49:39 +0000 (18:19 +0930)
committerJohn Crispin <john@phrozen.org>
Mon, 30 Jul 2018 08:43:36 +0000 (10:43 +0200)
commit7bbd1855cd06db7552c14d91f1151c8100e8813e
tree09a62bf4a3ab21243c5a816d53cadf4d8a6b952c
parentc128371124ce4d197a5fbc00e42b58e9d82c571e
config: Change conf.c remove compiler warnings

Compiler is producing the warning:
   warning: format not a string literal and no format arguments
   [-Wformat-security]

This patch makes the format a literal string in printf statements.

This with: gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3) in Ubuntu 18.04

Signed-off-by: Paul Schulz <paul@mawsonlakes.org>
scripts/config/conf.c