Update of /cvsroot/mahogany/M/src/Python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17368/src/Python

Modified Files:
        PythonHelp.cpp 
Log Message:
suppress (harmless) VC++ warning

Index: PythonHelp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/PythonHelp.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -b -u -2 -r1.42 -r1.43
--- PythonHelp.cpp      15 Dec 2005 19:40:04 -0000      1.42
+++ PythonHelp.cpp      15 Dec 2005 21:17:20 -0000      1.43
@@ -36,4 +36,10 @@
 #include "InitPython.h"
 
+// suppress VC++ warnings about "unreferenced local function has been removed"
+// as we don't use everything defined in this header
+#ifdef _MSC_VER
+#  pragma warning(disable:4505)
+#endif
+
 #include "Mswigpyrun.h"
 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to