mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
sys_net.cpp: fix compiler warning
This commit is contained in:
parent
a01a7a44cd
commit
d062fc1d31
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue