GCC 5 narrowing build failures
Added by Michael Schwendt about 10 years ago
I'm not up-to-date on what changes GCC 5 will bring, but narrowing conversion in initializer lists has been an error in C++11 already. Some older GCC 4.x releases had rejected such code for some time, then a work-around was released to not break some projects.
Two files in plugins "adplug" and "psf" are affected.
Replies (4)
RE: GCC 5 narrowing build failures
-
Added by Michael Schwendt about 10 years ago
On "Arch: armv7hl", there is a new narrowing conversion build failure in adplug, because "char" is unsigned by default on ARM:
http://koji.fedoraproject.org/koji/taskinfo?taskID=9131798
Dunno yet whether more files are affected by something like that. Next test-build has been started already.
RE: GCC 5 narrowing build failures
-
Added by Michael Schwendt about 10 years ago
These ARM build failures are annoying. s3m.h is also affected.