mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-07 21:07:23 +08:00
refactor: IDataSocket, add maybe_unused for constructors event pointer
This commit is contained in:
parent
27075a0260
commit
dd66dd21bb
@ -29,7 +29,7 @@ public:
|
||||
std::string m_what;
|
||||
};
|
||||
|
||||
explicit IDataSocket(const IEventQueue *events)
|
||||
explicit IDataSocket(const IEventQueue *events [[maybe_unused]])
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user