]> granicus.if.org Git - curl/commit
CMake: disable -Wpedantic-ms-format
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Tue, 9 Oct 2018 06:42:04 +0000 (08:42 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Wed, 10 Oct 2018 15:29:58 +0000 (17:29 +0200)
commit1bb86057ff07083deeb0b00f8ad35879ec4d03ea
treef7090319734944c91832b9d1b98df84cf893079e
parente13f0237774964abeb690c25b6d52ee5db77935c
CMake: disable -Wpedantic-ms-format

As done in the autotools build. This is required for MinGW, which
supports only %I64 for printing 64-bit values, but warns about it.

Closes https://github.com/curl/curl/pull/3120
CMakeLists.txt