]> git.ipfire.org Git - thirdparty/postgresql.git/commit
MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS.
authorNoah Misch <noah@leadboat.com>
Sun, 7 Jun 2020 23:27:13 +0000 (16:27 -0700)
committerNoah Misch <noah@leadboat.com>
Sun, 7 Jun 2020 23:27:19 +0000 (16:27 -0700)
commit696cb6d8f6be667af79a512db57ab0bad3248f42
tree4d55f59b5b72ff1b12bf12403e7d6933b5f8f901
parent109387075c36ecfb84e522ecd213f69d30af61c1
MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS.

Commit 7be5d8df1f74b78620167d3abf32ee607e728919 surfaced the logic
error, which had no functional implications, by adding "use warnings".
The buildfarm always customizes PROVE_FLAGS, so the warning did not
appear there.  Back-patch to 9.5 (all supported versions).
src/tools/msvc/vcregress.pl