diff options
author | Paweł Kołodziejski | 2003-07-30 22:55:18 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2003-07-30 22:55:18 +0000 |
commit | b9f227bb90880223e5c41856fac7ad74aae2533e (patch) | |
tree | c5098d5125409c2421ec0e7c42fd0dca1cf7e98a /common | |
parent | efc32d9dbc8408ed2f59da8c2fc268f45b14f305 (diff) | |
download | scummvm-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.h | 10 |
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) |