Skip to content
Snippets Groups Projects
Commit e0c9fbb7 authored by Joseph Myers's avatar Joseph Myers Committed by Joseph Myers
Browse files

c-decl.c (grokdeclarator): Move warning for qualified void return types with -pedantic to when...

	* c-decl.c (grokdeclarator): Move warning for qualified void
	return types with -pedantic to when the function type is
	constructed.  At -W, warn in general for qualified function return
	types, except for volatile void.
	* invoke.texi: Document this new warning at -W.

testsuite:
	* gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.

From-SVN: r37056
parent fb204271
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment