Paul Schulz 7bbd1855cd 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>
2018-07-30 10:43:36 +02:00
..
2017-11-02 15:58:45 +01:00
2018-02-13 11:35:35 +01:00
2017-11-02 15:58:45 +01:00
2017-11-02 15:58:45 +01:00

These files were taken from the Linux 3.9 Kernel
Configuration System and modified for the OpenWrt Buildroot.