https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47660
Thomas Henlich <thenlich+gccbug at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution|--- |INVALID --- Comment #3 from Thomas Henlich <thenlich+gccbug at gmail dot com> --- (In reply to Dominique d'Humieres from comment #2) > > -Wconversion-extra > > Warn about implicit conversions between different types and kinds. > > This option does not imply -Wconversion. This last sentence was added after 4.6.0 and renders the original complaint obsolete. "-Wconversion -Wconversion-extra" works as expected. Closing as Invalid.