mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
fixed warnings reported by cppcheck
This commit is contained in:
@@ -53,6 +53,8 @@ void sockets_cleanup()
|
||||
|
||||
Address::Address()
|
||||
{
|
||||
m_address = 0;
|
||||
m_port = 0;
|
||||
}
|
||||
|
||||
Address::Address(unsigned int address, unsigned short port)
|
||||
|
Reference in New Issue
Block a user