Use stdbool.h
, as it is more standard and C99's _Bool
type defines is recognised by C compilers as a type that contains only 0 or 1, therefore it can be safely assigned to a bit-field in a structure even with -Wconversion
on.
Downtime planned starting Sunday 16 March; service will be down until migration to new Strato server is complete (worst case expect 3 days outage)!
Please ensure you have reasonable backups/copies of all important data!
Use stdbool.h
, as it is more standard and C99's _Bool
type defines is recognised by C compilers as a type that contains only 0 or 1, therefore it can be safely assigned to a bit-field in a structure even with -Wconversion
on.