Commit 06730c5d by Ian Lance Taylor Committed by Ian Lance Taylor

c-common.c (parse_optimize_options): Remove period at end of warning message.

	* c-common.c (parse_optimize_options): Remove period at end of
	warning message.

From-SVN: r164317
parent 619b56bc
2010-09-15 Ian Lance Taylor <iant@google.com>
* c-common.c (parse_optimize_options): Do not capitalize warning
messages.
messages. Remove period at end of warning message.
2010-09-09 Nathan Sidwell <nathan@codesourcery.com>
......
......@@ -7730,7 +7730,7 @@ parse_optimize_options (tree args, bool attr_p)
ret = false;
if (attr_p)
warning (OPT_Wattributes,
"bad option %s to optimize attribute.", p);
"bad option %s to optimize attribute", p);
else
warning (OPT_Wpragmas,
"bad option %s to pragma attribute", p);
......
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