From 2135cb2355dd55b3bc5c00a2b1ba66cc4351ef9c Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sat, 5 Nov 2022 14:41:15 +0100 Subject: sokol_fetch.h: fix clang -Wshorten-64-to-32 warning --- sokol_fetch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sokol_fetch.h') diff --git a/sokol_fetch.h b/sokol_fetch.h index b102a47f..c2bca921 100644 --- a/sokol_fetch.h +++ b/sokol_fetch.h @@ -1205,7 +1205,7 @@ typedef struct { sfetch_error_t error_code; bool finished; /* user thread only */ - uint32_t user_data_size; + size_t user_data_size; uint64_t user_data[SFETCH_MAX_USERDATA_UINT64]; } _sfetch_item_user_t; -- cgit v1.2.3