Correct typos in -Wuse-after-free description.
gcc/ChangeLog: * common.opt (-Wuse-after-free): Correct typos.
This commit is contained in:
parent
88944e1314
commit
dc898b2ba5
@ -550,11 +550,11 @@ Warn if an array is accessed out of bounds.
|
||||
|
||||
Wuse-after-free
|
||||
Common Var(warn_use_after_free) Warning
|
||||
Warn for uses of pointers to deallocated strorage.
|
||||
Warn for uses of pointers to deallocated storage.
|
||||
|
||||
Wuse-after-free=
|
||||
Common Joined RejectNegative UInteger Var(warn_use_after_free) Warning IntegerRange(0, 3)
|
||||
Warn for uses of pointers to deallocated strorage.
|
||||
Warn for uses of pointers to deallocated storage.
|
||||
|
||||
Wattributes
|
||||
Common Var(warn_attributes) Init(1) Warning
|
||||
|
Loading…
Reference in New Issue
Block a user