diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/test.h | 2 | ||||
-rw-r--r-- | tests/server/util.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/libtest/test.h b/tests/libtest/test.h index 9fd33aa72..3da03b838 100644 --- a/tests/libtest/test.h +++ b/tests/libtest/test.h @@ -20,6 +20,8 @@ * ***************************************************************************/ +/* !checksrc! disable ASSIGNWITHINCONDITION all */ + /* Now include the curl_setup.h file from libcurl's private libdir (the source version, but that might include "curl_config.h" from the build dir so we need both of them in the include path), so that we get good in-depth diff --git a/tests/server/util.h b/tests/server/util.h index c90fcdf32..a2a56badd 100644 --- a/tests/server/util.h +++ b/tests/server/util.h @@ -44,7 +44,7 @@ extern const char *serverlogfile; #undef perror #define perror(m) win32_perror(m) -void win32_perror (const char *msg); +void win32_perror(const char *msg); #endif /* WIN32 */ #ifdef USE_WINSOCK |