On 06-11-2007 14:22:16 +0000, Stefan Manegold wrote:
> Update of /cvsroot/monetdb/clients/src/php/Cimpl
> In directory 
> sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3622/clients/src/php/Cimpl
> 
> Modified Files:
>       Tag: Clients_1-20
>       Makefile.ag php_monetdb.c 
> Log Message:
> 
> mark knownly unused parameters in the code
> instead of squashing the compiler error
...
>  PHP_MINIT_FUNCTION(monetdb)
>  {
> +     /* unused parameters */
> +     (void) type;
> +

Drawback of this is that it can change per PHP version, and that you
really just do some guessing here, as the macros actually hide what goes
in and out this function.

-------------------------------------------------------------------------
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