diff --git a/sn3d.h b/sn3d.h index 577694990..4db598a1f 100644 --- a/sn3d.h +++ b/sn3d.h @@ -146,6 +146,7 @@ __attribute__((__format__(__printf__, 1, 2))) inline auto printout(const char *f << std::flush; \ std::abort(); \ } \ + assert(assertpass); \ } #endif