Disable warning C4113 in SDL_windows_gaming_input.c

- A new version of warning C4028 added in VS 2022.
This commit is contained in:
Sam Lantinga 2024-03-06 13:33:20 -08:00
parent 53896c9e44
commit 65a718f8c6
1 changed files with 1 additions and 0 deletions

View File

@ -551,6 +551,7 @@ static HRESULT STDMETHODCALLTYPE IEventHandler_CRawGameControllerVtbl_InvokeRemo
#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable : 4028) /* formal parameter 3 different from declaration, when using older buggy WGI headers */
#pragma warning(disable : 4113) /* formal parameter 3 different from declaration (a more specific warning added in VS 2022), when using older buggy WGI headers */
#endif
static __FIEventHandler_1_Windows__CGaming__CInput__CRawGameControllerVtbl controller_added_vtbl = {