diff --git a/tests/libtest/lib1945.c b/tests/libtest/lib1945.c index b73135148d..b7caba73be 100644 --- a/tests/libtest/lib1945.c +++ b/tests/libtest/lib1945.c @@ -24,6 +24,10 @@ #include "memdebug.h" +#ifdef _MSC_VER +/* warning C4706: assignment within conditional expression */ +#pragma warning(disable:4706) +#endif static void showem(CURL *easy, unsigned int type) { struct curl_header *header = NULL;