Tells the compiler to emulate Microsoft compatibility bugs.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux and Mac OS: | None |
Windows: | /Qmsn |
n=0 | Instructs the compiler to disable some Microsoft compatibility bugs. It tells the compiler to emulate the fewest number of Microsoft compatibility bugs. |
n=1 | Instructs the compiler to enable most Microsoft compatibility bugs. It tells the compiler to emulate more Microsoft compatibility bugs than /Qms0. |
n=2 | Instructs the compiler to generate code that is Microsoft compatible. The compiler emulates the largest number of Microsoft compatibility bugs. |
/Qms1 | The compiler emulates most Microsoft compatibility bugs. |
This option tells the compiler to emulate Microsoft compatibility bugs.
None