Hacker News new | ask | show | jobs
by rundev 198 days ago
The compiler also tells you that even if you cover all enum members, you still need a `default` to cover everything, because C enums allow non-member values.