[Bug c++/82711] New: -Wignored-qualifiers could be moved into -Wextra
sylvestre at debian dot org
gcc-bugzilla@gcc.gnu.org
Wed Oct 25 07:52:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82711
Bug ID: 82711
Summary: -Wignored-qualifiers could be moved into -Wextra
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: sylvestre at debian dot org
Target Milestone: ---
Compiling Firefox, we fixed several warnings found by -Wignored-qualifiers
I wonder if this option should not be moved under -Wextra.
The extra const isn't hurting and in a way improves readability.
Context: https://bugzilla.mozilla.org/show_bug.cgi?id=1411034
More information about the Gcc-bugs
mailing list