mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
sys_net.cpp: fix compiler warning
This commit is contained in:
parent
a01a7a44cd
commit
d062fc1d31
@ -257,7 +257,7 @@ lv2_socket::lv2_socket(utils::serial& ar, lv2_socket_type _type)
|
||||
ar.pos += 8;
|
||||
#endif
|
||||
|
||||
const s32 version = GET_SERIALIZATION_VERSION(lv2_net);
|
||||
[[maybe_unused]] const s32 version = GET_SERIALIZATION_VERSION(lv2_net);
|
||||
|
||||
ar(so_rcvtimeo, so_sendtimeo);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user