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
10464a5fbe
commit
69e2d94e50
6 changed files with 10 additions and 10 deletions
|
@ -1314,7 +1314,7 @@ VOID TEST(ProtocolRTMPTest, HandshakeC0C1)
|
|||
|
||||
SrsHandshakeBytes hs;
|
||||
HELPER_EXPECT_SUCCESS(hs.read_c0c1(&io));
|
||||
EXPECT_EQ(0x01020304, hs.proxy_real_ip);
|
||||
EXPECT_EQ((uint32_t)0x01020304, (uint32_t)hs.proxy_real_ip);
|
||||
}
|
||||
|
||||
// It's extended c0c1 prefixed with ip, which should be ok.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue