Update of /cvsroot/monetdb/pathfinder/compiler/algebra/opt
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32063
Modified Files:
opt_guide.c
Log Message:
Added extra braces to avoid the warning from icc:
.\..\..\..\..\compiler\algebra\opt\opt_guide.c(175): warning #589: transfer of c
ontrol bypasses initialization of:
variable "ret" (declared at line 181)
variable "count" (declared at line 182)
variable "guides" (declared at line 183)
variable "column" (declared at line 184)
Index: opt_guide.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_guide.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- opt_guide.c 17 Jul 2007 08:50:22 -0000 1.4
+++ opt_guide.c 17 Jul 2007 13:18:19 -0000 1.5
@@ -174,6 +174,7 @@
/* apply chances for step operators */
switch (n->kind) {
case la_step:
+ {
assert(PROP(n));
assert(L(n));
assert(R(n));
@@ -206,6 +207,7 @@
*n = *ret;
SEEN(n) = true;
break;
+ }
default:
break;
}
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins