mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-06-13 10:48:56 +00:00
Fix warning when building without draco support
This commit is contained in:
@@ -5059,6 +5059,7 @@ static bool ParsePrimitive(Primitive *primitive, Model *model,
|
||||
#else
|
||||
(void)model;
|
||||
(void)warn;
|
||||
(void)strictness;
|
||||
#endif
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user