* c.opt (Wsizeof-pointer-memaccess): Describe option.

From-SVN: r210011
This commit is contained in:
Marek Polacek 2014-05-02 18:07:40 +00:00 committed by Marek Polacek
parent 95782571f3
commit 6577374eaa
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-05-02 Marek Polacek <polacek@redhat.com>
* c.opt (Wsizeof-pointer-memaccess): Describe option.
2014-05-01 Marek Polacek <polacek@redhat.com>
PR c/43245

View File

@ -516,6 +516,7 @@ Warn about missing fields in struct initializers
Wsizeof-pointer-memaccess
C ObjC C++ ObjC++ Var(warn_sizeof_pointer_memaccess) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
Warn about suspicious length parameters to certain string functions if the argument uses sizeof
Wsuggest-attribute=format
C ObjC C++ ObjC++ Var(warn_suggest_attribute_format) Warning