Fixes for building with Cerbero's MinGW GCC 14 compiler
Hi all,
This is a MR to address some issues I found while acid testing the new GCC 14 compiler in cerbero!1583 (merged).
The first three commits address some new warnings-as-errors that occur on gst-plugins-bad
, and the last one is a new hard error that occurs when multiple definitions (one coming from Cerbero's config files, the other from Meson) of the WINVER
and _WIN32_WINNT
macros are specified in the command line.
Let me know what you think.