From df3cddc2d864a73e9d10287747cf7c7ec5dfee98 Mon Sep 17 00:00:00 2001 From: Luke Shingles Date: Mon, 11 Nov 2024 13:10:36 +0000 Subject: [PATCH] Update sn3d.h --- sn3d.h | 1 + 1 file changed, 1 insertion(+) 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