Update of /cvsroot/monetdb/clients/src/php/Cimpl
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18652/clients/src/php/Cimpl

Modified Files:
      Tag: Clients_1-20
        php_monetdb.c 
Log Message:

let the compiler know that we are aware that these variable are not used


Index: php_monetdb.c
===================================================================
RCS file: /cvsroot/monetdb/clients/src/php/Cimpl/php_monetdb.c,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- php_monetdb.c       24 Oct 2007 14:02:03 -0000      1.6.2.1
+++ php_monetdb.c       6 Nov 2007 11:41:46 -0000       1.6.2.2
@@ -386,6 +386,8 @@
        le_result = zend_register_list_destructors_ex(_free_result, NULL, 
"monetdb result", module_number);
        le_lofp = zend_register_list_destructors_ex(_free_ptr, NULL, "monetdb 
large object", module_number);
        le_string = zend_register_list_destructors_ex(_free_ptr, NULL, "monetdb 
string", module_number);
+       (void) le_lofp;   /* pacify compiler */
+       (void) le_string; /* pacify compiler */
        /* For connection option */
        REGISTER_LONG_CONSTANT("MONETDB_CONNECT_FORCE_NEW", 
MONETDB_CONNECT_FORCE_NEW, CONST_CS | CONST_PERSISTENT);
        /* For m_fetch_array() */


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to