[Bug c++/105497] New: -Wswitch ignores [[maybe_unused]] for an enumerator
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: olafurw at gmail dot com Target Milestone: --- enum class Button { Left, Right, Middle, NumberOfButtons [[maybe_unused]] }; int main() { Button b = Button::Left; switch (b) { case
[Bug preprocessor/58770] GCC very slow compiling with #pragma once
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58770 Ólafur Waage changed: What|Removed |Added CC||olafurw at gmail dot com --- Comment #1