mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 00:36:00 +08:00
Suppress VS2015 warning.
This commit is contained in:
parent
6fd9162ed0
commit
8c6774c6db
@ -486,7 +486,7 @@ static inline bool is_base64(unsigned char c) {
|
||||
}
|
||||
|
||||
std::string base64_decode(std::string const &encoded_string) {
|
||||
int in_len = encoded_string.size();
|
||||
int in_len = static_cast<int>(encoded_string.size());
|
||||
int i = 0;
|
||||
int j = 0;
|
||||
int in_ = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user