[PD-cvs] SF.net SVN: pure-data: [9618] branches/pd-extended/v0-40/pd/extra/bonk~/ bonk~.c

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sat Mar 22 00:16:17 CET 2008


Revision: 9618
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9618&view=rev
Author:   eighthave
Date:     2008-03-21 16:16:17 -0700 (Fri, 21 Mar 2008)

Log Message:
-----------
merged in WIN32/MSVC pragma change from 0.41-4

Modified Paths:
--------------
    branches/pd-extended/v0-40/pd/extra/bonk~/bonk~.c

Modified: branches/pd-extended/v0-40/pd/extra/bonk~/bonk~.c
===================================================================
--- branches/pd-extended/v0-40/pd/extra/bonk~/bonk~.c	2008-03-21 14:32:13 UTC (rev 9617)
+++ branches/pd-extended/v0-40/pd/extra/bonk~/bonk~.c	2008-03-21 23:16:17 UTC (rev 9618)
@@ -11,7 +11,7 @@
 #include <stdio.h>
 
 #ifdef NT
-#pragma warning (disable: 4305 4244)
+#pragma warning (disable: 4305 4244 4996)
 #endif
 
 #ifdef MSP


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list