mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 21:01:27 +08:00
c.opt (Wformat-contains-nul): Add warning attribute.
From-SVN: r124063
This commit is contained in:
parent
09191b7e58
commit
6d16b6e782
@ -1,3 +1,7 @@
|
||||
2007-04-23 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* c.opt (Wformat-contains-nul): Add warning attribute.
|
||||
|
||||
2007-04-23 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* function.c (init_function_start): Don't init line number info.
|
||||
|
@ -217,7 +217,7 @@ C ObjC C++ ObjC++ Var(warn_format_nonliteral) Warning
|
||||
Warn about format strings that are not literals
|
||||
|
||||
Wformat-contains-nul
|
||||
C ObjC C++ ObjC++ Var(warn_format_contains_nul)
|
||||
C ObjC C++ ObjC++ Var(warn_format_contains_nul) Warning
|
||||
Warn about format strings that contain NUL bytes
|
||||
|
||||
Wformat-security
|
||||
|
Loading…
x
Reference in New Issue
Block a user