mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 05:05:54 +08:00
Silence MS code analysis tool.
This commit is contained in:
parent
240d993f94
commit
b12a54ed15
@ -3671,7 +3671,8 @@ static bool ParseParameterProperty(Parameter *param, std::string *err,
|
||||
// Found a number array.
|
||||
return true;
|
||||
} else if (ParseNumberProperty(¶m->number_value, err, o, prop, false)) {
|
||||
return param->has_number_value = true;
|
||||
param->has_number_value = true;
|
||||
return true;
|
||||
} else if (ParseJSONProperty(¶m->json_double_value, err, o, prop,
|
||||
false)) {
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user