From: Ilia Alshanetsky Date: Thu, 14 Nov 2002 14:06:49 +0000 (+0000) Subject: MFH (compile warning fix). X-Git-Tag: php-4.3.0RC1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5386b85b159cb23f794bf26967c55c9ad25526ad;p=php MFH (compile warning fix). --- diff --git a/ext/yaz/php_yaz.c b/ext/yaz/php_yaz.c index 1c3d802522..621179f6aa 100644 --- a/ext/yaz/php_yaz.c +++ b/ext/yaz/php_yaz.c @@ -214,9 +214,11 @@ static long *array_lookup_bool(HashTable *ht, const char *idx) return 0; } +#if iliaa_0 /* compile warning fix */ static int send_present (Yaz_Association t); static int send_sort_present (Yaz_Association t); static int send_sort (Yaz_Association t); +#endif const char *option_get (Yaz_Association as, const char *name) {