[cmake-commits] hoffman committed mprintf.h 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Dec 14 11:00:58 EST 2007


Update of /cvsroot/CMake/CMake/Utilities/cmcurl/curl
In directory public:/mounts/ram/cvs-serv3361/curl

Modified Files:
	mprintf.h 
Log Message:
BUG: fix for bug 6054 remove some warnings


Index: mprintf.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/curl/mprintf.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mprintf.h	15 Mar 2007 19:22:15 -0000	1.2
+++ mprintf.h	14 Dec 2007 16:00:56 -0000	1.3
@@ -44,6 +44,16 @@
 CURL_EXTERN char *curl_mvaprintf(const char *format, va_list args);
 
 #ifdef _MPRINTF_REPLACE
+# undef printf
+# undef fprintf
+# undef sprintf
+# undef vsprintf
+# undef snprintf
+# undef vprintf
+# undef vfprintf
+# undef vsnprintf
+# undef aprintf
+# undef vaprintf
 # define printf curl_mprintf
 # define fprintf curl_mfprintf
 #ifdef CURLDEBUG



More information about the Cmake-commits mailing list