From e5e117006aa762cb485b493f505fe9e742536cea Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Thu, 31 Jul 2003 18:35:01 +0000 Subject: back disable warnings into stdafx.h, vc6 is lack of warnings support svn-id: r9337 --- sound/audiostream.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sound/audiostream.cpp') diff --git a/sound/audiostream.cpp b/sound/audiostream.cpp index c6f3ae2524..7ed8ff2437 100644 --- a/sound/audiostream.cpp +++ b/sound/audiostream.cpp @@ -26,11 +26,6 @@ #include "common/file.h" #include "common/util.h" -#ifdef _MSC_VER -// Disable "unknown pragma" warning in MSVC 6 -#pragma warning(disable : 4068) -#endif - template static inline int16 readSample(const byte *ptr) { uint16 sample = is16Bit ? READ_BE_UINT16(ptr) : (*ptr << 8); -- cgit v1.2.3