Skip to content

Fix integer kind to make gcc9 happy

Sebastian Ohlmann requested to merge fix_integer_kind into hotfix-9.2

Description

Gcc 9 complains about different integer kinds in the iand function. According to the standard, this is also not allowed, so we should fix it. Up to now, we were just lucky that the compilers did not complain.

Checklist

Edited by Sebastian Ohlmann

Merge request reports