diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-11-13 17:17:32 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-11-13 17:17:32 +0000 |
commit | a7487bb4f8a38b5b77c95ed58fb3cb876d27c0b3 (patch) | |
tree | e7c9ce6f1d4354dfa76028ef4d36dc98be37cbac /ext/yaz/php_yaz.c | |
parent | 0cb9c53033c6e5c9aa68ab40e548a15320cd6507 (diff) | |
download | php-git-a7487bb4f8a38b5b77c95ed58fb3cb876d27c0b3.tar.gz |
Compile warning fix.
Diffstat (limited to 'ext/yaz/php_yaz.c')
-rw-r--r-- | ext/yaz/php_yaz.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |