summaryrefslogtreecommitdiff
path: root/orkaudio/Reporting.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/Reporting.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/Reporting.cpp')
-rw-r--r--orkaudio/Reporting.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/orkaudio/Reporting.cpp b/orkaudio/Reporting.cpp
index 2be599e..bd71abf 100644
--- a/orkaudio/Reporting.cpp
+++ b/orkaudio/Reporting.cpp
@@ -10,6 +10,7 @@
* Please refer to http://www.gnu.org/copyleft/gpl.html
*
*/
+#pragma warning( disable: 4786 )
#include "ConfigManager.h"
#include "Reporting.h"