summaryrefslogtreecommitdiff
path: root/orkaudio/BatchProcessing.cpp
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-06-21 21:36:29 +0000
committerHenri Herscher <henri@oreka.org>2006-06-21 21:36:29 +0000
commitf88e28defeeae1284f716a877f10a4f7b486f360 (patch)
treee395ceb8c40da98a20e8cc27de540e048713d4c2 /orkaudio/BatchProcessing.cpp
parent2da3fde0f17f0df3ac54559badadefcc347126e5 (diff)
Added #pragma warning( disable: 4786 ) to a few files
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@281 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/BatchProcessing.cpp')
-rw-r--r--orkaudio/BatchProcessing.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/orkaudio/BatchProcessing.cpp b/orkaudio/BatchProcessing.cpp
index 31f464b..1769a01 100644
--- a/orkaudio/BatchProcessing.cpp
+++ b/orkaudio/BatchProcessing.cpp
@@ -10,6 +10,7 @@
* Please refer to http://www.gnu.org/copyleft/gpl.html
*
*/
+#pragma warning( disable: 4786 )
#include "ConfigManager.h"
#include "BatchProcessing.h"