pgsql: Suppress -Wimplicit-fallthrough warnings in new jsonpath code.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Suppress -Wimplicit-fallthrough warnings in new jsonpath code.
Date: 2019-03-16 16:34:54
Message-ID: E1h5CGs-0003Er-Va@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress -Wimplicit-fallthrough warnings in new jsonpath code.

Per buildfarm. See commit 41c912cad for precedent.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/20f7c3d5606254d8870697f15fd7a7b4e602e1e1

Modified Files
--------------
src/backend/utils/adt/jsonpath.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2019-03-16 17:28:01 Re: pgsql: Partial implementation of SQL/JSON path language
Previous Message Tom Lane 2019-03-16 15:50:26 Re: pgsql: Partial implementation of SQL/JSON path language