aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-07-30 22:55:18 +0000
committerPaweł Kołodziejski2003-07-30 22:55:18 +0000
commitb9f227bb90880223e5c41856fac7ad74aae2533e (patch)
treec5098d5125409c2421ec0e7c42fd0dca1cf7e98a /common
parentefc32d9dbc8408ed2f59da8c2fc268f45b14f305 (diff)
downloadscummvm-rg350-b9f227bb90880223e5c41856fac7ad74aae2533e.tar.gz
scummvm-rg350-b9f227bb90880223e5c41856fac7ad74aae2533e.tar.bz2
scummvm-rg350-b9f227bb90880223e5c41856fac7ad74aae2533e.zip
moved turn off warnings into vc7 project files. someone must also update vc6
svn-id: r9311
Diffstat (limited to 'common')
-rw-r--r--common/stdafx.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/common/stdafx.h b/common/stdafx.h
index 2f17591dd4..f1293440aa 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -35,16 +35,6 @@
#elif defined(WIN32)
-#ifdef _MSC_VER
-# pragma warning( disable : 4068 ) // turn off "unknown pragma" warning
-# pragma warning( disable : 4244 ) // turn off "conversion from 'type1' to 'type2', possible loss of data" warning
-# pragma warning( disable : 4390 ) // turn off "empty controlled statement found" warning
-#endif
-
-#if _MSC_VER > 1000
-#pragma once
-#endif // _MSC_VER > 1000
-
#if !defined(_WIN32_WCE)