Skip to content

Commit 0a013c8

Browse files
committed
Suppress compiler warning from newer gcc.
1 parent 3026493 commit 0a013c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/executor/execMain.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
*
2929
* IDENTIFICATION
30-
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.187 2002/11/23 03:59:07 momjian Exp $
30+
* $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.188 2002/11/29 19:03:01 tgl Exp $
3131
*
3232
*-------------------------------------------------------------------------
3333
*/
@@ -943,6 +943,7 @@ ExecutePlan(EState *estate,
943943
break;
944944
default:
945945
/* do nothing */
946+
break;
946947
}
947948

948949
/*
@@ -1158,6 +1159,7 @@ lnext: ;
11581159
break;
11591160
default:
11601161
/* do nothing */
1162+
break;
11611163
}
11621164

11631165
/*

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy