summaryrefslogtreecommitdiff
path: root/lib/memdebug.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-09-03 16:06:10 +0200
committerYang Tse <yangsita@gmail.com>2011-09-03 16:07:09 +0200
commit6b75d2c2df7209919a70a29a4479625b62fb3c28 (patch)
treea5b2bd4195db4cb69f3299814e910bd04ebb6eac /lib/memdebug.h
parent2be65bb0c5317b6821882b41558bd8cd2eb64d25 (diff)
downloadcurl-6b75d2c2df7209919a70a29a4479625b62fb3c28.tar.gz
fix a bunch of MSVC compiler warnings
Diffstat (limited to 'lib/memdebug.h')
-rw-r--r--lib/memdebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/memdebug.h b/lib/memdebug.h
index a042bb474..6e778b4da 100644
--- a/lib/memdebug.h
+++ b/lib/memdebug.h
@@ -146,7 +146,7 @@ CURL_EXTERN int curl_fclose(FILE *file, int line, const char *source);
*/
#ifndef fake_sclose
-#define fake_sclose(x) do { } WHILE_FALSE
+#define fake_sclose(x) Curl_nop_stmt
#endif
/*