aboutsummaryrefslogtreecommitdiff
path: root/sound/audiostream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/audiostream.cpp')
-rw-r--r--sound/audiostream.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/audiostream.cpp b/sound/audiostream.cpp
index 0d769e3df7..c6f3ae2524 100644
--- a/sound/audiostream.cpp
+++ b/sound/audiostream.cpp
@@ -26,6 +26,10 @@
#include "common/file.h"
#include "common/util.h"
+#ifdef _MSC_VER
+// Disable "unknown pragma" warning in MSVC 6
+#pragma warning(disable : 4068)
+#endif
template<bool is16Bit, bool isUnsigned>
static inline int16 readSample(const byte *ptr) {