diff options
author | Aaron Clauson <aaron@sipsorcery.com> | 2019-12-12 18:51:30 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-01-06 06:35:09 +0800 |
commit | 4330a1ee7fdbf97ce466c442936ed04c13f229e2 (patch) | |
tree | 8443b240acfbcd40994b55e44edd1ac6d7cb9c70 /src/qt | |
parent | b0f9b8e648733c3c5196fbb85fade88fa7ba9449 (diff) |
Update msvc build for Visual Studio 2019 v16.4
msvc warning C4834 for the Bitcoin Core build was introduced by Visual Studio 16.4.0. This PR adds an ignore rule for the warning (it's related to the nodiscard attribute and is not considered relevant).
An additional side effect of the msvc compiler update is the prebuilt Qt5.9.8 libraries cannot be linked due to being built with an earlier version of the compiler. To fix this a new Qt5.9.8 version has been compiled and the appveyor job updated to use them. The GitHub Actions job needs to continue to use the original Qt5.9.8 libraries until the latest GitHub Windows image also updates to >= Visual Studio 2019 v16.4.
Github-Pull: #17736
Rebased-From: 75d9317bc1aecaab95bf875f8dca97ac3daddff4
Diffstat (limited to 'src/qt')
0 files changed, 0 insertions, 0 deletions