Warnings in my project
-
Hi All I m working on a ATL project. There are a lot of warnings as warning C4653: compiler option 'Optimizations (one or more of /Oawstgp[y]) or debug checks (one or more of /GZ, /RTCcsu)' inconsistent with precompiled header; current command-line option ignored warning C4651: '/D__MSVC_RUNTIME_CHECKS' specified for precompiled header but not for current compile Can anybody describe why it is? Thanks
Pankaj Jain
-
Hi All I m working on a ATL project. There are a lot of warnings as warning C4653: compiler option 'Optimizations (one or more of /Oawstgp[y]) or debug checks (one or more of /GZ, /RTCcsu)' inconsistent with precompiled header; current command-line option ignored warning C4651: '/D__MSVC_RUNTIME_CHECKS' specified for precompiled header but not for current compile Can anybody describe why it is? Thanks
Pankaj Jain
Sounds like you've changed compiler options somehow - do a Build->Rebuild - that should do it.