Closed lazka closed 5 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
I am curious why this is still a draft/not merged?
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.
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