You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../src/torrent/net/socket_address_key.h:41:3: warning: field within 'torrent::socket_address_key' is less aligned than 'torrent::socket_address_key::(anonymous union at ../src/torrent/net/socket_address_key.h:41:3)' and is usually due to 'torrent::socket_address_key' being packed, which can lead to unaligned accesses [-Wunaligned-access
That union should probably be using std::variant.
The text was updated successfully, but these errors were encountered:
That union should probably be using std::variant.
The text was updated successfully, but these errors were encountered: