]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use -Wno-format-truncation and -Wno-stringop-truncation, if available.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 12 Dec 2021 21:46:14 +0000 (16:46 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 12 Dec 2021 21:46:14 +0000 (16:46 -0500)
commit276c017f12fe6ecbd07bebaff00768ec34f2ea21
tree6cc84c7e8813906f4fc399ec5a138e298ef5fca9
parenta4061eeaf34a06fa1c05e28bfc9e984a14bb1073
Use -Wno-format-truncation and -Wno-stringop-truncation, if available.

This back-patches commit e71658523 into out-of-support branches,
pursuant to newly-established project policy.  The point is to
suppress scary-looking warnings so that people building these
branches needn't expend brain cells verifying that it's safe
to ignore the warnings.

Also back-patch the adjacent test from commit 73b416b2e (Suppress
clang's unhelpful gripes about -pthread switch being unused) and
the necessary autoconf macro from fdea2530b.

Discussion: https://postgr.es/m/d0316012-ece7-7b7e-2d36-9c38cb77cb3b@enterprisedb.com
config/c-compiler.m4
configure
configure.in