- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm using the Intel Compiler 2.0 developing for Windows CE,using Embedded Visual C++ 4.0 as my IDE. I keep getting this warning:
Warning #672: the command line options do not match those used when precompiled header file "xxxx.pchi" was created
This software has been in use for years and the warning is not important/totally useless. I just want to disable or ignore it. It seems that #pragma warning (disable:672) does not work in this case. Does anyone know how I get rid of this darned warning?
Thanks!
I'm using the Intel Compiler 2.0 developing for Windows CE,using Embedded Visual C++ 4.0 as my IDE. I keep getting this warning:
Warning #672: the command line options do not match those used when precompiled header file "xxxx.pchi" was created
This software has been in use for years and the warning is not important/totally useless. I just want to disable or ignore it. It seems that #pragma warning (disable:672) does not work in this case. Does anyone know how I get rid of this darned warning?
Thanks!
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I actually figured out a way to do this-
In the Project Settings, add the "/Qwd672" option to the Project Options. This gives a 4002 command line warning, but eliminates the 100s of 672 warnings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for sharing your finding....:)
For any specific question about the Intel Compiler in the future, you should check out the Intel Compiler Forum. -Thai
For any specific question about the Intel Compiler in the future, you should check out the Intel Compiler Forum. -Thai

Not applicable
09-20-2012
10:37 PM
1,336 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page