[clang-tidy] clang-analyzer-core.uninitialized.Assign

This commit is contained in:
akallabeth
2024-01-24 07:58:22 +01:00
committed by akallabeth
parent 81d2c1f057
commit b8598728a6
4 changed files with 12 additions and 15 deletions

View File

@@ -73,7 +73,7 @@ extern "C"
typedef UINT (*pcRdpgfxEvictCacheEntry)(RdpgfxClientContext* context,
const RDPGFX_EVICT_CACHE_ENTRY_PDU* evictCacheEntry);
typedef UINT (*pcRdpgfxImportCacheEntry)(RdpgfxClientContext* context, UINT16 cacheSlot,
PERSISTENT_CACHE_ENTRY* importCacheEntry);
const PERSISTENT_CACHE_ENTRY* importCacheEntry);
typedef UINT (*pcRdpgfxExportCacheEntry)(RdpgfxClientContext* context, UINT16 cacheSlot,
PERSISTENT_CACHE_ENTRY* importCacheEntry);
typedef UINT (*pcRdpgfxMapSurfaceToOutput)(