Commit 6577374e by Marek Polacek Committed by Marek Polacek

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

From-SVN: r210011
parent 95782571
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment