]> granicus.if.org Git - curl/commit
winbuild: build with warning level 4
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Sat, 8 Jul 2017 16:25:22 +0000 (18:25 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 13 Jul 2017 20:30:33 +0000 (22:30 +0200)
commitcda19a345f6970e22fe8b7a808aeb8f086a21eac
tree60823e44705d8f8c6a1d8202f083676bb3677de4
parentffd3162c60bf6552552d064a20df454d51290643
winbuild: build with warning level 4

This is consistent with 7bc64561a2e63ca93e4b0b31d350773ba80955c2, which
changed the warning level from 3 to 4 for the Visual Studio project
files. But disable the level 4 warning C4127 "conditional expression is
constant", as that one is issued by older versions of the Windows SDK
as well as curl itself under some circumstances.

Closes https://github.com/curl/curl/pull/1667
winbuild/MakefileBuild.vc