mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix some warnings for compiler
This commit is contained in:
parent
69e2d94e50
commit
06c1d4d7f9
5 changed files with 78 additions and 77 deletions
|
@ -2681,7 +2681,7 @@ VOID TEST(ConfigMainTest, CheckGlobalConfig)
|
|||
if (true) {
|
||||
MockSrsConfig conf;
|
||||
HELPER_ASSERT_SUCCESS(conf.parse("listen 1935 1936;"));
|
||||
EXPECT_EQ(2, conf.get_listens().size());
|
||||
EXPECT_EQ(2, (int)conf.get_listens().size());
|
||||
}
|
||||
|
||||
if (true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue