mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 02:07:56 -05:00
udp: Silence unused member variable warnings
Simply mark them as unused for now.
This commit is contained in:
@ -84,8 +84,8 @@ public:
|
||||
|
||||
private:
|
||||
const std::string ip;
|
||||
const u16 port;
|
||||
const u16 pad;
|
||||
[[maybe_unused]] const u16 port;
|
||||
[[maybe_unused]] const u16 pad;
|
||||
CemuhookUDP::Client* client;
|
||||
mutable std::mutex mutex;
|
||||
};
|
||||
|
Reference in New Issue
Block a user