From: Ilia Alshanetsky Date: Wed, 13 Nov 2002 17:17:32 +0000 (+0000) Subject: Compile warning fix. X-Git-Tag: BEFORE_RENAMING~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7487bb4f8a38b5b77c95ed58fb3cb876d27c0b3;p=php 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) {