https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121021
Bug ID: 121021 Summary: Move -Wuninitialized from -Wextra to -Wall Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: asenzz at gmail dot com Target Milestone: --- Because of the critical importance of the -Wuninitiailized warning for errors that may have significant impact on the program execution I would like to request its moval from -Wextra to -Wall warnings group.