mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[settings] fix type mismatch warnings
This commit is contained in:
3
libfreerdp/cache/pointer.c
vendored
3
libfreerdp/cache/pointer.c
vendored
@@ -283,7 +283,8 @@ BOOL pointer_cache_put(rdpPointerCache* pointer_cache, UINT32 index, rdpPointer*
|
||||
BOOL colorCache)
|
||||
{
|
||||
rdpPointer* prevPointer;
|
||||
const size_t id = colorCache ? FreeRDP_ColorPointerCacheSize : FreeRDP_PointerCacheSize;
|
||||
const FreeRDP_Settings_Keys_UInt32 id =
|
||||
colorCache ? FreeRDP_ColorPointerCacheSize : FreeRDP_PointerCacheSize;
|
||||
|
||||
WINPR_ASSERT(pointer_cache);
|
||||
WINPR_ASSERT(pointer_cache->context);
|
||||
|
||||
Reference in New Issue
Block a user