diff --git a/tiny_gltf.h b/tiny_gltf.h index 82a2e6a..9e115a6 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -3192,6 +3192,7 @@ static bool ParseJsonAsValue(Value *ret, const json &o) { break; case json::value_t::null: case json::value_t::discarded: + case json::value_t::binary: // default: break; }