c-opts.c (c_common_post_options): Fix a typo in comments.
2009-01-22 H.J. Lu <hongjiu.lu@intel.com> * c-opts.c (c_common_post_options): Fix a typo in comments. From-SVN: r143578
This commit is contained in:
parent
78b580a99e
commit
e4e624abe2
|
@ -1,3 +1,7 @@
|
|||
2009-01-22 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* c-opts.c (c_common_post_options): Fix a typo in comments.
|
||||
|
||||
2009-01-22 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
PR middle-end/38615
|
||||
|
|
|
@ -1054,7 +1054,7 @@ c_common_post_options (const char **pfilename)
|
|||
if (warn_ignored_qualifiers == -1)
|
||||
warn_ignored_qualifiers = extra_warnings;
|
||||
|
||||
/* -Wpointer_sign is disabled by default, but it is enabled if any
|
||||
/* -Wpointer-sign is disabled by default, but it is enabled if any
|
||||
of -Wall or -pedantic are given. */
|
||||
if (warn_pointer_sign == -1)
|
||||
warn_pointer_sign = 0;
|
||||
|
|
Loading…
Reference in New Issue