Closed NWilson closed 3 weeks ago
Using assert rather than abort will give a (very slightly) better error message, which includes the containing function name.
Only affects Debug builds.
Good thinking. I pulled out the #include <assert.h> and moved it up a few lines.
#include <assert.h>
@carenas is this patch ok now?
Yes, merge it please; @zherczeg
Using assert rather than abort will give a (very slightly) better error message, which includes the containing function name.
Only affects Debug builds.