From 5a7b8278cdfdee2a98e987b2d29efcdbfd86f507 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Sun, 3 Sep 2023 09:04:56 +1000 Subject: [PATCH] Fix warning when building without draco support --- tiny_gltf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tiny_gltf.h b/tiny_gltf.h index d246bb6..2b5f852 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -5059,6 +5059,7 @@ static bool ParsePrimitive(Primitive *primitive, Model *model, #else (void)model; (void)warn; + (void)strictness; #endif return true;