Skip to content
Snippets Groups Projects
Commit 0b6860c9 authored by Emmanuele Bassi's avatar Emmanuele Bassi
Browse files

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.
parent cc679bfa
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment