Re: Reporting GCC 7.2.0 compiler-warnings on libxml2-2.9.5
Nick Wellnhofer <[email protected]>
| Newsgroups | gmane.comp.gnome.lib.xml.general |
|---|---|
| Message-ID | <[email protected]> |
On 11/10/2017 21:46, Reino Wijnsma wrote: > On 8-9-2017 2:15, Reino Wijnsma <[email protected]> wrote: >> I've just compiled libxml2-2.9.5 with GCC 7.2.0 and this script >> <https://github.com/Reino17/ffmpeg-windows-build-helpers> to build FFmpeg in >> the end. >> It compiled without errors, but I did get A LOT of warnings! >> I thought I'd subscribe to this mailing list to share it with you. >> >> With kind regards, >> Reino > _libxml2-2.9.6:_ Most of the warnings came from GCC 7 adding -Wimplicit-fallthrough to -Wextra or were specific to Windows. With a few exceptions, the warnings should be fixed in the next release. See https://bugzilla.gnome.org/show_bug.cgi?id=788312 https://bugzilla.gnome.org/show_bug.cgi?id=789029 Nick