Closed Romain-Geissler-1A closed 6 years ago
I'm fine with this; thanks.
Is gcc8 available on any Ljnux OSs ? I can not test this because even Fedora 27 has 7.3 as the latest gcc and mingw-64 has gcc 7.2 as the latest gcc..
I doubt you will find it in any stable distribution right now given that officially gcc 8 is not even released (will be at some point in April 2018). In my company we compile it ourselves.
This page seems to hint that Fedora 28 (currently rawhide) has it already: https://apps.fedoraproject.org/packages/gcc
Note that in #31 some continuous build system is mentioned, so that may be for you an easier way you to validate this pull request actually silences the warning, rather than having to setup a unstable Fedora 28.
It is available in Debian testing as well (it's not the default "gcc" package, but you can install "gcc-8" instead): https://packages.debian.org/buster/gcc-8
Same as #33 but ignore warning instead of "fixing" it.