diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2015-05-18 23:21:09 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-05-18 23:21:09 +0200 |
commit | 7775a94753936c7c39b9084428d4e63de5715d8b (patch) | |
tree | 089e2610a9a7718de23bd44a4f21ec8a1d362d34 /dmascc/dmascc_cfg.1 | |
parent | dd0d3357cb268bbd9ca341b56cd83ec71df01518 (diff) |
mkiss: Fix harmless -Werror=format-security build error.
gcc -DHAVE_CONFIG_H -I. -I.. -DAX25_SYSCONFDIR=\""/usr/local/etc/ax25/"\" -DAX25_LOCALSTATEDIR=\""/usr/local/var/ax25/"\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -MT mkiss.o -MD -MP -MF .deps/mkiss.Tpo -c -o mkiss.o mkiss.c
mkiss.c: In function ‘main’:
mkiss.c:469:4: error: format not a string literal and no format arguments [-Werror=format-security]
fprintf(stderr, usage_string);
^
mkiss.c:475:3: error: format not a string literal and no format arguments [-Werror=format-security]
fprintf(stderr, usage_string);
^
mkiss.c:480:3: error: format not a string literal and no format arguments [-Werror=format-security]
fprintf(stderr, usage_string);
^
cc1: some warnings being treated as errors
The strings are constants in the application code itself so no security
issues.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'dmascc/dmascc_cfg.1')
0 files changed, 0 insertions, 0 deletions