Sam Lantinga
|
aab7432f5f
Fixed analyze warnings for SDL_dynapi_procs.h
|
před 1 rokem |
Sam Lantinga
|
c484140f56
Fixed warning C33010: Unchecked lower bound for enum scancode used as index.
|
před 1 rokem |
Sam Lantinga
|
02a116217d
Fixed Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2).
|
před 1 rokem |
Sam Lantinga
|
91da942b33
Fixed warning C28251: Inconsistent annotation for 'SDL_RWvprintf_REAL': this instance has no annotations.
|
před 1 rokem |
Sam Lantinga
|
b8840801cc
Fixed analyze warnings in SDL_xinputhaptic.c
|
před 1 rokem |
Sam Lantinga
|
8e0d728c67
Fixed warning C26451: Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2).
|
před 1 rokem |
Sam Lantinga
|
6a736d7766
Fixed warning C6340: Mismatch on sign: 'unsigned char' passed as _Param_(2) when some signed type is required in call to 'SDL_SetError_REAL'.
|
před 1 rokem |
Sam Lantinga
|
1fcc75ba81
Fixed warning C6340: Mismatch on sign: 'unsigned char' passed as _Param_(4) when some signed type is required in call to 'SDL_snprintf_REAL'.
|
před 1 rokem |
Sam Lantinga
|
7f2e16db8b
Fixed warning C6340: Mismatch on sign: 'const unsigned short' passed as _Param_(2) when some signed type is required in call to 'SDL_SetError_REAL'.
|
před 1 rokem |
Sam Lantinga
|
163de8e697
Fixed warning C6001: Using uninitialized memory 'rdi'.
|
před 1 rokem |
Sam Lantinga
|
e29393e407
Fixed warning C6001: Using uninitialized memory 'devName'.
|
před 1 rokem |
Sam Lantinga
|
0f34ca2e71
Fixed analyze warnings in SDL_xinputjoystick.c
|
před 1 rokem |
Sam Lantinga
|
2b5c7db645
Fixed analyze warnings in SDL_render_d3d12.c
|
před 1 rokem |
Sam Lantinga
|
a28769759b
Fixed warning C26052: Potentially unconstrained access using expression '(signed char *)info'
|
před 1 rokem |
Sam Lantinga
|
6ee34380f4
Fixed warning C6011: Dereferencing NULL pointer 'viewport'.
|
před 1 rokem |
Sam Lantinga
|
230581f4a8
Fixed warning C26451: Arithmetic overflow: Using operator '+' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '+' to avoid overflow (io.2).
|
před 1 rokem |
Sam Lantinga
|
3775d9be4b
Fixed warning C28251: Inconsistent annotation for 'SDL_LogMessageV_REAL': this instance has no annotations.
|
před 1 rokem |
Sam Lantinga
|
b512182222
Fixed warning C6340: Mismatch on sign: 'unsigned int' passed as _Param_(2) when some signed type is required in call to 'SDL_SetError_REAL'.
|
před 1 rokem |
Sam Lantinga
|
8a82f7e837
Fixed warning C33005: VARIANT '&valueX' was provided as an _In_ or _InOut_ parameter but was not initialized
|
před 1 rokem |
Sam Lantinga
|
fda039e6f8
Fixed analyzer warnings for SDL_string.c
|
před 1 rokem |
Sam Lantinga
|
22f44aefe7
Fixed warning C6340: Mismatch on sign: 'int' passed as _Param_(3) when some unsigned type is required in call to 'SDL_sscanf_REAL'.
|
před 1 rokem |
Sam Lantinga
|
eab2d97d07
Fixed warning C26451: Arithmetic overflow: Using operator '*' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '*' to avoid overflow (io.2).
|
před 1 rokem |
Sam Lantinga
|
41bfcad5d7
Fixed warning C6340: Mismatch on sign: 'unsigned short' passed as _Param_(2) when some signed type is required in call to 'SDL_SetError_REAL'.
|
před 1 rokem |
Sam Lantinga
|
54dc73aa88
Fixed warning C6386: Buffer overrun while writing to 'palette_saved_alpha': the writable size is 'sizeof(Uint8)*((palette_saved_alpha_ncolors))' bytes, but '2' bytes might be written.
|
před 1 rokem |
Sam Lantinga
|
0dad56354c
Fixed warning C6326: Potential comparison of a constant with another constant.
|
před 1 rokem |
Sam Lantinga
|
c9b243fb56
Fixed warning C6263: Using _alloca in a loop: this can quickly overflow stack.
|
před 1 rokem |
Sam Lantinga
|
4ccc53edfe
Fixed warning C6011: Dereferencing NULL pointer 'display'.
|
před 1 rokem |
Sam Lantinga
|
3db4695ac7
warning C6340: Mismatch on sign: 'unsigned int' passed as _Param_(3) when some signed type is required in call to 'SDL_LogDebug_REAL'.
|
před 1 rokem |
Sam Lantinga
|
c7d81d936a
Fixed warning C6031: Return value ignored: 'GetKeyboardState'.
|
před 1 rokem |
Sam Lantinga
|
69b9d44bdc
Fixed warning C26451: Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2).
|
před 1 rokem |