We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef2e07 commit c71f03bCopy full SHA for c71f03b
1 file changed
src/rtcheck.cpp
@@ -89,7 +89,7 @@ inline std::string get_stacktrace()
89
90
//==============================================================================
91
92
-static bool has_initialised = false;
+static volatile bool has_initialised = false;
93
94
95
0 commit comments