From: Wayne Davison Date: Wed, 14 Oct 2009 04:07:46 +0000 (-0700) Subject: Avoid type-punned compiler warnings for the byteorder.h macros X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/df6350a8b83a9e669f5e5c822bf2dc929526a128?hp=df6350a8b83a9e669f5e5c822bf2dc929526a128 Avoid type-punned compiler warnings for the byteorder.h macros by using inline functions for the 4-char <-> uint32 conversions. ---