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

Suppress compiler warning from newer gcc.

parent 3026493f
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.187 2002/11/23 03:59:07 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.188 2002/11/29 19:03:01 tgl Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -943,6 +943,7 @@ ExecutePlan(EState *estate,
break;
default:
/* do nothing */
break;
}
/*
......@@ -1158,6 +1159,7 @@ lnext: ;
break;
default:
/* do nothing */
break;
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment