curl/tests/server
Marcel Raad 866e02935d
CMake: set MSVC warning level to 4
The MSVC warning level defaults to 3 in CMake. Change it to 4, which is
consistent with the Visual Studio and NMake builds. Disable level 4
warning C4127 for the library and additionally C4306 for the test
servers to get a clean CURL_WERROR build as that warning is raised in
some macros in older Visual Studio versions.

Ref: https://github.com/curl/curl/pull/1667#issuecomment-314082794
Closes https://github.com/curl/curl/pull/1711
2017-08-03 08:39:23 +02:00
..
.gitignore
base64.pl
CMakeLists.txt CMake: set MSVC warning level to 4 2017-08-03 08:39:23 +02:00
fake_ntlm.c tests: make test file names more unique 2017-05-09 21:52:05 +02:00
getpart.c getpart: use correct variable type 2017-05-01 13:17:57 +02:00
getpart.h
Makefile.am includes: remove curl/curlbuild.h and curl/curlrules.h 2017-06-14 11:07:33 +02:00
Makefile.inc
resolve.c tests/server/resolve.c: fix deprecation warning 2017-07-18 10:23:47 +02:00
rtspd.c rtspd: fix GCC warning after MSVC warning fix 2017-07-16 15:16:46 +02:00
server_setup.h
server_sockaddr.h
sockfilt.c sockfilt: suppress conversion warning with explicit cast 2017-07-16 13:28:45 +02:00
sws.c http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH 2017-06-19 16:39:22 +02:00
testpart.c testpart: remove _MPRINTF_REPLACE 2017-05-02 21:09:41 +02:00
tftp.h
tftpd.c tftpd: fix signed/unsigned mismatch warnings 2017-05-08 20:11:03 +02:00
util.c tests/server/util: fix curltime mistake from 4dee50b9c8 2017-08-02 11:53:27 +02:00
util.h