From 42716a63cfe328f0aae57288497a9c8e5759affb Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sat, 6 Mar 2021 10:53:04 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Attempt=20to=20have=20assert=20C?= =?UTF-8?q?I=20not=20break?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/sol/assert.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sol/assert.hpp b/include/sol/assert.hpp index ab896038..860ac3de 100644 --- a/include/sol/assert.hpp +++ b/include/sol/assert.hpp @@ -36,7 +36,7 @@ struct pre_main { _set_abort_behavior(0, _WRITE_ABORT_MSG); #endif } -} pm; +} inline sol2_ci_dont_lock_ci_please = {}; #endif // Prevent lockup when doing Continuous Integration