mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 19:55:55 +08:00
Merge pull request #342 from brlcad/patch-1
add missing switch case for binary
This commit is contained in:
commit
4749b0989d
@ -3192,6 +3192,7 @@ static bool ParseJsonAsValue(Value *ret, const json &o) {
|
|||||||
break;
|
break;
|
||||||
case json::value_t::null:
|
case json::value_t::null:
|
||||||
case json::value_t::discarded:
|
case json::value_t::discarded:
|
||||||
|
case json::value_t::binary:
|
||||||
// default:
|
// default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user