Changeset: 74b9190add29 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=74b9190add29
Modified Files:
monetdb5/optimizer/opt_centipede.mx
Branch: default
Log Message:
Variable set but not used (if REMOTE_EXECUTION not defined).
diffs (11 lines):
diff --git a/monetdb5/optimizer/opt_centipede.mx
b/monetdb5/optimizer/opt_centipede.mx
--- a/monetdb5/optimizer/opt_centipede.mx
+++ b/monetdb5/optimizer/opt_centipede.mx
@@ -102,6 +102,7 @@ OPTexecController(Client cntxt, MalBlkPt
plan = putName(nme, strlen(nme));
snprintf(nme,BUFSIZ,"%s_stub"OIDFMT,getFunctionId( getInstrPtr(mb,0)),
plantag);
stub = putName(nme, strlen(nme));
+ (void) stub; /* only used if
REMOTE_EXECUTION defined */
snprintf(nme,BUFSIZ,"%s_cntrl"OIDFMT,getFunctionId( getInstrPtr(mb,0)),
plantag);
s = newFunction(userRef, putName(nme, strlen(nme)),FUNCTIONsymbol);
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list