mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: Kill few more warnings.
This commit is contained in:
@@ -85,8 +85,8 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual void SocketAdded(std::shared_ptr<SocketType> sock) { }
|
||||
virtual void SocketRemoved(std::shared_ptr<SocketType> sock) { }
|
||||
virtual void SocketAdded(std::shared_ptr<SocketType> /*sock*/) { }
|
||||
virtual void SocketRemoved(std::shared_ptr<SocketType> /*sock*/) { }
|
||||
|
||||
void AddNewSockets()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user