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
No related branches found
No related tags found
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 */
%{
......@@ -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}};
/* INFORMIX workaround, no longer needed
static struct inf_compat_col
{
char *name;
......@@ -46,6 +47,7 @@ static struct inf_compat_val
char *val;
struct inf_compat_val *next;
} *informix_val;
*/
/*
* Handle parsing errors and warnings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment