https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711
--- Comment #8 from Jonathan Wakely ---
There was no change. r131499 was done more than a decade ago.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711
Jonathan Wakely changed:
What|Removed |Added
Resolution|FIXED |WORKSFORME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711
Sylvestre Ledru changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711
--- Comment #6 from nightstrike ---
(In reply to Martin Sebor from comment #5)
> -Wignored-qualifiers has been in -Wextra since r131499. Based on the
> Firefox review I think the request is actually to remove the warning from
> -Wextra (or they
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711
nightstrike changed:
What|Removed |Added
CC||nightstrike at gmail dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711
--- Comment #3 from Sylvestre Ledru ---
Jonathan, if I write a patch to implement the change, will you accept it?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711
Jonathan Wakely changed:
What|Removed |Added
CC||andi at mozilla dot com
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711
--- Comment #1 from Jonathan Wakely ---
I'd argue it doesn't help readability at all if it makes the code appear to do
one thing but it actually does something different.
The warning has always been in -Wall for ignored qualifiers on return type