[cvs] bogofilter/src datastore_qdbm.c,1.23,1.24

Matthias Andree matthias.andree at gmx.de
Tue Jun 8 09:36:44 CEST 2004


relson at users.sourceforge.net writes:


> +    vhandle = NULL;	/* assignment to suppress compiler warning */
> +    return false;

You can also cast vhandle to void:

(void)vhandle;
return false;
/* :-) */

-- 
Matthias Andree

Encrypted mail welcome: my GnuPG key ID is 0x052E7D95



More information about the bogofilter-dev mailing list