Manually disable some warnings that are currently emitted. Eventually
the warnings should be solved and -Werror should remain alone.
--
v3: demos: Do not trigger -Wmissing-prototypes for wmain().
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/377
- Changes to allow WNetAddConnection*() and WNetCancelConnection*() to succeed
regardless of available providers (where none have been implemented yet).
Allowing for manual configuration outside of wine.
--
v5: mpr: WNetAddConnection*() and WNetCancelConnection*() always return success
https://gitlab.winehq.org/wine/wine/-/merge_requests/3966