We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581a38f commit be46a7aCopy full SHA for be46a7a
1 file changed
Sources/OpenAttributeGraphCxx/Misc/assert.cpp
@@ -9,7 +9,7 @@
9
#include <stdio.h>
10
#include <stdlib.h>
11
12
-char* error_message = nullptr;
+static char* error_message = nullptr;
13
14
namespace OAG {
15
void precondition_failure(const char *format, ...) {
0 commit comments