config: Change conf.c remove compiler warnings
authorPaul Schulz <paul@mawsonlakes.org>
Thu, 21 Jun 2018 08:49:39 +0000 (18:19 +0930)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:47:39 +0000 (17:47 +0100)
commit03d16c14466313a3fc76b0e6875e07add8e145b2
tree4001d1f467e4af078daffb7fc16c94e4a0fabcca
parent6b8d1bc5a48fad694e3a5375625943aa502ebdd9
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>
(backported from 7bbd1855cd06db7552c14d91f1151c8100e8813e)
scripts/config/conf.c