Skip to content
Snippets Groups Projects
Commit 6ca09ad7 authored by Tom Lane's avatar Tom Lane
Browse files

Suppress 'unused variable' warnings created by latest commit.

parent 7781916a
Branches
Tags
No related merge requests found
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.335 2006/09/03 12:24:07 meskes Exp $ */ /* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.336 2006/09/03 19:30:43 tgl Exp $ */
/* Copyright comment */ /* Copyright comment */
%{ %{
...@@ -34,6 +34,7 @@ struct variable no_indicator = {"no_indicator", &ecpg_no_indicator, 0, NULL}; ...@@ -34,6 +34,7 @@ struct variable no_indicator = {"no_indicator", &ecpg_no_indicator, 0, NULL};
struct ECPGtype ecpg_query = {ECPGt_char_variable, 0L, NULL, {NULL}}; struct ECPGtype ecpg_query = {ECPGt_char_variable, 0L, NULL, {NULL}};
/* INFORMIX workaround, no longer needed
static struct inf_compat_col static struct inf_compat_col
{ {
char *name; char *name;
...@@ -46,6 +47,7 @@ static struct inf_compat_val ...@@ -46,6 +47,7 @@ static struct inf_compat_val
char *val; char *val;
struct inf_compat_val *next; struct inf_compat_val *next;
} *informix_val; } *informix_val;
*/
/* /*
* Handle parsing errors and warnings * Handle parsing errors and warnings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment