mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-09-13 13:58:22 +00:00
Merge pull request #342 from brlcad/patch-1
add missing switch case for binary
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user