mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix some clang compiler warnings (#14654)
* Fix some clang compiler warnings * Get rid of sdl_supports_primary_selection * Fix draw2DImage hiding overloaded virtual function
This commit is contained in:
@@ -455,7 +455,7 @@ public:
|
||||
void PutReliableSendCommand(ConnectionCommandPtr &c,
|
||||
unsigned int max_packet_size) override;
|
||||
|
||||
virtual const Address &getAddress() const {
|
||||
virtual const Address &getAddress() const override {
|
||||
return address;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user