Changeset: 9152aa694946 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/9152aa694946
Modified Files:
        tools/mserver/shutdowntest.c
Branch: resource_management
Log Message:

small fix


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
@@ -92,7 +92,7 @@ static str monetdb_initialize(void) {
        char prmodpath[FILENAME_MAX];
        const char *modpath = NULL;
        char *binpath = NULL;
-       allocator * ma = NULL;
+       allocator * volatile ma = NULL;
 
        if (monetdb_initialized) return MAL_SUCCEED;
        monetdb_initialized = 1;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to