mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix warnings
This commit is contained in:
parent
9db2a04c3b
commit
b3825c4021
9 changed files with 64 additions and 42 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue