1
0
Fork 0
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:
winlin 2020-01-05 22:30:57 +08:00
parent 10464a5fbe
commit 69e2d94e50
6 changed files with 10 additions and 10 deletions

View file

@ -2675,7 +2675,7 @@ VOID TEST(ConfigMainTest, CheckGlobalConfig)
if (true) {
MockSrsConfig conf;
HELPER_ASSERT_SUCCESS(conf.parse("listen 1935;"));
EXPECT_EQ(1, conf.get_listens().size());
EXPECT_EQ(1, (int)conf.get_listens().size());
}
if (true) {