emersion / kanshi

Dynamic display configuration (mirror)
https://wayland.emersion.fr/kanshi/
MIT License
655 stars 46 forks source link

parser: use abort() instead of assert(0). #98

Closed ericonr closed 3 years ago

ericonr commented 3 years ago

assert(0) has no effect on NDEBUG builds, and means the program will continue running in an unexpected state.