Changeset: adcbff6acfb5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/adcbff6acfb5
Modified Files:
        monetdb5/modules/mal/sysmon.c
Branch: default
Log Message:

"Use" mb pointer.


diffs (39 lines):

diff --git a/monetdb5/modules/mal/sysmon.c b/monetdb5/modules/mal/sysmon.c
--- a/monetdb5/modules/mal/sysmon.c
+++ b/monetdb5/modules/mal/sysmon.c
@@ -165,6 +165,8 @@ SYSMONstatistics(Client cntxt, MalBlkPtr
 static str
 SYSMONqueue(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci)
 {
+       (void) mb;
+
        /* Temporary hack not allowing MAL clients (mclient -lmal)
           to use this function */
        if (cntxt->sqlcontext == NULL)
@@ -307,6 +309,8 @@ SYSMONqueue(Client cntxt, MalBlkPtr mb, 
 static str
 SYSMONpause(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci)
 {
+       (void) mb;
+
        /* Temporary hack not allowing MAL clients (mclient -lmal)
           to use this function */
        if (cntxt->sqlcontext == NULL)
@@ -354,6 +358,8 @@ SYSMONpause(Client cntxt, MalBlkPtr mb, 
 static str
 SYSMONresume(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci)
 {
+       (void) mb;
+
        /* Temporary hack not allowing MAL clients (mclient -lmal)
           to use this function */
        if (cntxt->sqlcontext == NULL)
@@ -401,6 +407,8 @@ SYSMONresume(Client cntxt, MalBlkPtr mb,
 static str
 SYSMONstop(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci)
 {
+       (void) mb;
+
        /* Temporary hack not allowing MAL clients (mclient -lmal)
           to use this function */
        if (cntxt->sqlcontext == NULL)
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to