We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dce9ce commit ba06b06Copy full SHA for ba06b06
1 file changed
Sources/OpenRenderBoxCxx/Util/assert.cpp
@@ -5,7 +5,7 @@
5
#include <OpenRenderBoxCxx/Util/assert.hpp>
6
#include <OpenRenderBoxCxx/Util/log.hpp>
7
8
-char* error_message = nullptr;
+static char* error_message = nullptr;
9
10
namespace ORB {
11
void precondition_failure(const char *format, ...) {
0 commit comments