Tweaks to make clang happy.

This commit is contained in:
Miguel Lechon
2021-01-21 18:03:24 +01:00
parent 90fc1de709
commit 1d9f236daf
2 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ MD_MALLOC_Alloc(void *ctx, MD_u64 size)
static void*
MD_MALLOC_GetCtx(void)
{
return(MD_MALLOC_Alloc);
return((void *)MD_MALLOC_Alloc);
}