FreeRDP/libfreerdp/common
akallabeth ac1a922774
[common,settings] annotate freerdp_settings_set_value_for_name
we cast a SSIZE_T to the required enum value. Since we do not know the
enum contains any value at all it might lead to compiler/analyzer
warning us about that. Silence the warning as we can not avoid it.
2024-10-03 18:59:20 +02:00
..
test [common,test] remove redundant cast 2024-09-30 09:32:12 +02:00
addin.c [function pointer] use macro for GetProcAddress 2024-09-04 21:31:48 +02:00
assistance.c [warnings] silence and fix unused results 2024-09-14 21:29:28 +02:00
CMakeLists.txt [settings] update generated settings helper 2023-11-24 14:54:56 +01:00
settings_getters.c [warnings] fix clang-tidy issues in libfreerdp 2024-08-29 15:34:22 +02:00
settings_str.c [warnings] fix unchecked return 2024-09-15 09:08:02 +02:00
settings_str.h [settings] Added SurfaceCommandsSupported setting 2024-07-24 21:54:39 +02:00
settings.c [common,settings] annotate freerdp_settings_set_value_for_name 2024-10-03 18:59:20 +02:00