From 6babf6eab7a09127f0425c168a9e1ddffe5b4808 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 2 Nov 2001 17:00:18 +0000 Subject: [PATCH] Suppress compiler warning (only seen in MULTIBYTE case). --- src/interfaces/odbc/info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interfaces/odbc/info.c b/src/interfaces/odbc/info.c index 6ffc7cc51b..09439b2a5e 100644 --- a/src/interfaces/odbc/info.c +++ b/src/interfaces/odbc/info.c @@ -3006,6 +3006,7 @@ PGAPI_ForeignKeys( make_string(szFkTableName, cbFkTableName, fk_table_needed); #ifdef MULTIBYTE + pkey_text = fkey_text = pkt_text = fkt_text = NULL; pkey_alloced = fkey_alloced = pkt_alloced = fkt_alloced = FALSE; conn = SC_get_conn(stmt); #endif /* MULTIBYTE */ -- 2.11.0