Changeset: 2d1f5f57068a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2d1f5f57068a
Modified Files:
tools/mserver/shutdowntest.c
Branch: resource_management
Log Message:
fix compilation warning
diffs (12 lines):
diff --git a/tools/mserver/shutdowntest.c b/tools/mserver/shutdowntest.c
--- a/tools/mserver/shutdowntest.c
+++ b/tools/mserver/shutdowntest.c
@@ -251,7 +251,7 @@ static str monetdb_initialize(void) {
char *modules[2];
modules[0] = "sql";
modules[1] = 0;
- allocator *ma = MT_thread_getallocator();
+ allocator * volatile ma = MT_thread_getallocator();
if (!ma) {
if ((ma = create_allocator(NULL, "MA_tls_main_shutdowntest",
false)) == NULL) {
retval = GDKstrdup("Failed to create allocator");
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]