1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix warnings

This commit is contained in:
winlin 2017-06-13 16:10:46 +08:00
parent 9db2a04c3b
commit b3825c4021
9 changed files with 64 additions and 42 deletions

View file

@ -920,7 +920,7 @@ int srs_do_create_dir_recursively(string dir)
// no sign extension
const uint8_t *in = (const uint8_t*)in_str;
unsigned bits = 0xff;
unsigned v;
unsigned v = 0;
while (end - dst > 3) {
BASE64_DEC_STEP(0);