sys_net.cpp: fix compiler warning

This commit is contained in:
oltolm 2023-07-31 21:27:39 +02:00 committed by Megamouse
parent a01a7a44cd
commit d062fc1d31

View File

@ -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);