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!


