Silence -Wimplicit-fallthrough warnings in pg_bsd_indent.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 May 2020 15:07:48 +0000 (11:07 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 May 2020 15:07:48 +0000 (11:07 -0400)
commit93d76541520ce8c2d47d422c6c3f46648b6449f2
tree6df255657a0d06c276ddf69db092a7b7f7351a80
parentcc7924c81b92f227bd074b7626fc84e54f5b9e2e
Silence -Wimplicit-fallthrough warnings in pg_bsd_indent.

Since the recommended build method uses Postgres' preferred CFLAGS,
and those now include -Wimplicit-fallthrough, we now see these
warnings where we did not before.

Michael Paquier

Discussion: https://postgr.es/m/20200515060318.GB79590@paquier.xyz
indent.c
parse.c