The patch add serialization operator for the given enum to avoid the use of a cast which leads to strict-aliasing warnings and the test to fail. Solution suggested by qehgt.