Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv7377
Modified Files:
monetdb.c
Log Message:
monetdb.c(879): error #593: variable "value" was set but never used
U monetdb.c
Index: monetdb.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/merovingian/monetdb.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- monetdb.c 18 Sep 2009 14:51:09 -0000 1.57
+++ monetdb.c 20 Sep 2009 19:43:55 -0000 1.58
@@ -817,6 +817,7 @@
GDKfree(e);
exit(2);
}
+ /* need remote all status retriever factored out in function */
} else {
simple_argv_cmd(argc, argv, type, NULL, action);
return;
@@ -876,7 +877,6 @@
command_set(int argc, char *argv[], meroset type)
{
char *p = NULL;
- char *value = NULL;
char property[24] = "";
int i;
int state = 0;
@@ -925,7 +925,6 @@
*p = '\0';
snprintf(property, sizeof(property), "%s",
argv[i]);
*p++ = '=';
- value = p;
p = argv[i];
} else {
snprintf(property, sizeof(property), "%s",
argv[i]);
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins