MuonRDO: Fix gcc11 warnings.
The proper way to avoid pointer aliasing issues is to use a union rather than casting between unrelated pointer types.
The proper way to avoid pointer aliasing issues is to use a union rather than casting between unrelated pointer types.