Skip to content
Commit 0cecde30 authored by Tejas Vipin's avatar Tejas Vipin Committed by Tejas Vipin
Browse files

src: switch asserts to wl_abort



assert()s can be compiled away by #defining NDEBUG. Some build systems
do this. Using wl_abort gives a human readable error message and it
isn't compiled away. This commit closes issue #230.

Signed-off-by: default avatarmeltq <tejasvipin76@gmail.com>
parent fa1811ce
Pipeline #1225333 passed with stages
in 1 minute and 53 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment