From a7487bb4f8a38b5b77c95ed58fb3cb876d27c0b3 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 13 Nov 2002 17:17:32 +0000 Subject: [PATCH] Compile warning fix. --- ext/yaz/php_yaz.c | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 2.50.1