msys2 / msys2-runtime

Our friendly fork of Cygwin 💖 https://cygwin.org 💖 see the wiki for details
https://github.com/msys2/msys2-runtime/wiki
GNU General Public License v2.0
185 stars 39 forks source link

CI: set -Wno-error=maybe-uninitialized #215

Closed lazka closed 5 months ago

lazka commented 6 months ago

After the update of msys2-w32api from v11.0.1 to current master (and soon to be v12) we get: winsup/cygwin/exceptions.cc:1736:33: error: '' may be used uninitialized [-Werror=maybe-uninitialized]

Ignore it like the rest.

Fixes #214

jeremyd2019 commented 5 months ago

I am curious why this is still a draft/not merged?

lazka commented 5 months ago

I pinged martin back then to see if this might be a mingw-w64 issue or something, but he didn't respond, so let's just merge it.