Commit 1ff4bae6 by Marek Polacek Committed by Marek Polacek

re PR c/79847 (diagnostics: missing space in "implicit declaration of function")

	PR c/79847
	* c-decl.c (implicit_decl_warning): Add missing space.

From-SVN: r245893
parent 4cdeb234
2017-03-04 Marek Polacek <polacek@redhat.com>
PR c/79847
* c-decl.c (implicit_decl_warning): Add missing space.
2017-03-03 Marek Polacek <polacek@redhat.com>
PR c/79758
......
......@@ -3147,7 +3147,7 @@ implicit_decl_warning (location_t loc, tree id, tree olddecl)
richloc.add_fixit_replace (hint);
warned = warning_at_rich_loc
(&richloc, OPT_Wimplicit_function_declaration,
G_("implicit declaration of function %qE;did you mean %qs?"),
G_("implicit declaration of function %qE; did you mean %qs?"),
id, hint);
}
else
......
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