From fc268e1c7e113fb6f1eaed21ff94be3c1fab6e00 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 17 Jul 1999 12:56:38 +0000 Subject: [PATCH] void some warnings --- ext/pgsql/pgsql.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 894a63b69a..2e4412c3fd 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -865,7 +865,7 @@ PHP_FUNCTION(pgsql_result) static void php3_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type) { - pval *result, *row, *pval_ptr, *arg3; + pval *result, *row, *arg3; PGresult *pgsql_result; pgsql_result_handle *pg_result; int type; @@ -1455,7 +1455,7 @@ PHP_FUNCTION(pgsql_lo_readall) tbytes = 0; while ((nbytes = lo_read((PGconn *)pgsql->conn, pgsql->lofd, buf, 8192))>0) { for(i=0; i