Fix macro and patch

pull/5628/head
Steve M 2024-07-11 18:58:04 -07:00
parent c7374336af
commit 67cfb40712
2 changed files with 3 additions and 3 deletions

View File

@ -45,6 +45,6 @@ Copyright (c) 2006-2024, assimp team
#ifndef AI_USDPREPROCESSOR_H_INCLUDED
#define AI_USDPREPROCESSOR_H_INCLUDED
#define UNUSED(x) void(x)
#define UNUSED(x) (void) x
#endif // AI_USDPREPROCESSOR_H_INCLUDED

View File

@ -1,5 +1,5 @@
diff -rupN -x .git tinyusdz_repo/src/external/stb_image_resize2.h tinyusdz_repo_patch/src/external/stb_image_resize2.h
--- tinyusdz_repo/src/external/stb_image_resize2.h 2024-07-09 21:29:48.556969900 -0700
diff -rupN -x .git autoclone/tinyusdz_repo-src/src/external/stb_image_resize2.h tinyusdz_repo_patch/src/external/stb_image_resize2.h
--- autoclone/tinyusdz_repo-src/src/external/stb_image_resize2.h 2024-07-09 21:29:48.556969900 -0700
+++ tinyusdz_repo_patch/src/external/stb_image_resize2.h 2024-07-09 23:03:47.379316700 -0700
@@ -2404,6 +2404,38 @@ static stbir__inline stbir_uint8 stbir__
}