]> 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:18 +0000 (16:27 -0700)
commitc34dd43f409e8f51a54e2cf4b151c9c0a411cccb
treeb622a6d68109a1aafd2cebf01470a38985ae1d18
parent2af5d9c96d0db1e1a33a07a95317e171e2233f31
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