Skip to content

Commit fb50d3f

Browse files
committed
Add unreachable "break" to satisfy -Wimplicit-fallthrough.
gcc is a bit pickier about this than perhaps it should be. Discussion: https://postgr.es/m/E1h6zzT-0003ft-DD@gemulon.postgresql.org
1 parent cdcffe2 commit fb50d3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/parser/parse_func.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2332,6 +2332,7 @@ LookupFuncWithArgs(ObjectType objtype, ObjectWithArgs *func, bool missing_ok)
23322332
NIL, argoids))));
23332333
break;
23342334
}
2335+
break;
23352336

23362337
case FUNCLOOKUP_AMBIGUOUS:
23372338
switch (objtype)

0 commit comments

Comments
 (0)