https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414
Pavel Revak <pavel.revak at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pavel.revak at gmail dot com --- Comment #4 from Pavel Revak <pavel.revak at gmail dot com> --- I think that this warning is not on right place. for example if I use bitfield: struct S { unsigned int v : 5; }; then this works without any warn, so why I can't use enum class typed to unsigned int?