]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove compiler warning option -Wendif-labels
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 25 Mar 2026 14:03:30 +0000 (15:03 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 25 Mar 2026 14:04:18 +0000 (15:04 +0100)
commit87e1891c459ecf7aa839de75d8afca3e1a6d154f
tree88829f16a9543310a5caf101c923aeada275471c
parentbccfc73acde97cdb76ba36558ed394e89d3c808b
Remove compiler warning option -Wendif-labels

This warning has always been on by default in GCC (and in Clang at
least going back to 3.1), so we don't need the option explicitly.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/aa73q1aT0A3/vke/%40ip-10-97-1-34.eu-west-3.compute.internal
configure
configure.ac
meson.build