Remove initialization where bitfields are used
bitfields with initialization are c++20 only and don't work with commonly used gcc versions yet
Edited by Marco Martin
bitfields with initialization are c++20 only and don't work with commonly used gcc versions yet