r3387 - trunk/libmcrypto/include

erik at minisip.org erik at minisip.org
Wed Aug 22 15:42:12 CEST 2007


Author: erik
Date: 2007-08-22 15:42:12 +0200 (Wed, 22 Aug 2007)
New Revision: 3387

Modified:
   trunk/libmcrypto/include/config.h
Log:
libmcrypto:
 - Turn off a MSVC warning that they ignore throws(SomeException)
   declarations.

Modified: trunk/libmcrypto/include/config.h
===================================================================
--- trunk/libmcrypto/include/config.h	2007-08-22 13:40:14 UTC (rev 3386)
+++ trunk/libmcrypto/include/config.h	2007-08-22 13:42:12 UTC (rev 3387)
@@ -47,6 +47,7 @@
 	#endif
 
 	#pragma warning (disable: 4251)
+	#pragma warning (disable: 4290)
 
 	#ifndef LIBMCRYPTO_EXPORTS
 		#error Visual Studio is not set up correctly to compile libcrypto to a .dll (LIBMCRYPTO_EXPORTS not defined).



More information about the Minisip-devel mailing list