Changeset: 82b33373752d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/82b33373752d
Modified Files:
        monetdb5/mal/mal_client.c
Branch: sql_profiler
Log Message:

Cast assert variable to (void).


diffs (11 lines):

diff --git a/monetdb5/mal/mal_client.c b/monetdb5/mal/mal_client.c
--- a/monetdb5/mal/mal_client.c
+++ b/monetdb5/mal/mal_client.c
@@ -311,6 +311,7 @@ MCinitClient(oid user, bstream *fin, str
        c = MCnewClient();
        if (c) {
                Client c_old = setClientContext(c);
+               (void) c_old;
                assert(NULL == c_old);
                c = MCinitClientRecord(c, user, fin, fout);
                if(malProfileMode > 0)
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to