File frisk-1.3rc1-strict_aliasing.patch of Package frisk
--- network.c +++ network.c @@ -742,7 +742,7 @@ pMsg = MEM_Alloc( sizeof( Msgs ) ); /* Get the message ID */ - retval = NET_RecvLong( iSocket, ( Int32 * ) &( pMsg->msgId ) ); + retval = NET_RecvLong( iSocket, &( pMsg->msgId ) ); if ( retval == 0 ) {