]> granicus.if.org Git - php/commitdiff
Compile warning fix.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 13 Nov 2002 17:17:32 +0000 (17:17 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 13 Nov 2002 17:17:32 +0000 (17:17 +0000)
ext/yaz/php_yaz.c

index 1c3d802522d84a62119e6ae67b945a2845a8f68b..621179f6aa706fbf96e9d2887e64140fdd33013f 100644 (file)
@@ -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)
 {