diff options
author | Floris Kraak <randakar@gmail.com> | 2009-06-15 07:54:02 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2009-06-27 00:15:27 +0200 |
commit | a8735821d198675dd326cc5847e79df79c735119 (patch) | |
tree | 917e98bb50601de2694e475085d2497a74c469f7 /block | |
parent | gitignore: ignore gcov output files (diff) | |
download | linux-a8735821d198675dd326cc5847e79df79c735119.tar.xz linux-a8735821d198675dd326cc5847e79df79c735119.zip |
Kbuild: Disable the -Wformat-security gcc flag
Some distributions have enabled the gcc flag -Wformat-security by default.
This results in a number of warnings about format arguments to functions,
sometimes in cases where fixing the warning is not likely to actually fix a
bug. Instead of hand patching a dozens of places (possibly more) that produce
warnings that get ignored anyway we just turn off the flag in the Makefile.
Signed-off-by: Floris Kraak <randakar@gmail.com>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions