Do not use bitfields for gboolean
Clang will (rightfully) complain that TRUE is entirely implementation-defined, and it *can* overflow a 1-bit bitfield, if the compiler so decides. Yet another reason to yeet TRUE and FALSE into the Sun.
Loading
Please register or sign in to comment