SDL/src
Sam Lantinga 0f34ca2e71 Fixed analyze warnings in SDL_xinputjoystick.c
warning C6340: Mismatch on sign: 'int' passed as _Param_(4) when some unsigned type is required in call to 'SDL_snprintf_REAL'.
warning C6001: Using uninitialized memory 'devName'.
warning C6340: Mismatch on sign: 'unsigned char' passed as _Param_(4) when some signed type is required in call to 'SDL_snprintf_REAL'.
warning C6221: Implicit cast between semantically different integer types:  comparing HRESULT to an integer.  Consider using SUCCEEDED or FAILED macros instead.
2023-12-05 09:31:13 -08:00
..
atomic Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
audio Fixed warning C28182: Dereferencing NULL pointer. 'streams[j]' contains the same NULL value as 'stream' did. 2023-12-05 09:31:13 -08:00
core Fixed warning C6031: Return value ignored: 'CLSIDFromString'. 2023-12-05 09:31:13 -08:00
cpuinfo cpuinfo: Fix detection of physical memory above 2GB on NetBSD 2023-11-12 18:12:18 -08:00
dynapi Added SDL_strnstr() 2023-12-03 15:06:46 -08:00
events Fixed warning C6011: Dereferencing NULL pointer 'SDL_disabled_events[hi]'. 2023-12-05 09:31:13 -08:00
file error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
filesystem error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
haptic error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
hidapi initial import of hidapi netbsd uhid native backend from mainstream 2023-11-26 20:20:28 +03:00
joystick Fixed analyze warnings in SDL_xinputjoystick.c 2023-12-05 09:31:13 -08:00
libm libm: use union for infinity 2023-09-25 18:02:40 +02:00
loadso Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
locale error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
main Fixed emscripten and iOS builds 2023-11-08 14:14:41 -08:00
misc error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
power Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
render Fixed analyze warnings in SDL_render_d3d12.c 2023-12-05 09:31:13 -08:00
sensor Fixed warning C6340: Mismatch on sign: 'unsigned int' passed as _Param_(2) when some signed type is required in call to 'SDL_SetError_REAL'. 2023-12-05 09:31:13 -08:00
stdlib Fixed analyzer warnings for SDL_string.c 2023-12-05 09:31:13 -08:00
test error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
thread error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
timer error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
video Fixed warning C6340: Mismatch on sign: 'int' passed as _Param_(3) when some unsigned type is required in call to 'SDL_sscanf_REAL'. 2023-12-05 09:31:13 -08:00
SDL.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_assert.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_assert_c.h
SDL_error.c Removed SDL_GetErrorMsg(), trivially implemented in application code 2023-12-01 09:08:23 -08:00
SDL_error_c.h Handle out of memory errors without any allocation 2023-12-01 09:05:04 -08:00
SDL_guid.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_hashtable.c error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
SDL_hashtable.h hashtable: SDL_IterateHashTable might as well provide both key and value. 2023-10-14 13:23:03 -04:00
SDL_hints.c error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
SDL_hints_c.h
SDL_internal.h Fixed warning C6326: Potential comparison of a constant with another constant. 2023-12-05 09:31:13 -08:00
SDL_list.c error: SDL's allocators now call SDL_OutOfMemory on error. 2023-11-30 00:14:27 -05:00
SDL_list.h
SDL_log.c Fixed warning C28251: Inconsistent annotation for 'SDL_LogMessageV_REAL': this instance has no annotations. 2023-12-05 09:31:13 -08:00
SDL_log_c.h
SDL_properties.c Don't call the property cleanup function if setting the property fails 2023-12-04 07:48:13 -08:00
SDL_properties_c.h Added SDL properties API 2023-10-11 22:38:00 -07:00
SDL_utils.c
SDL_utils_c.h