WTH
2003-09-10 17:01:36 UTC
I am tired of seeing this:
LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO'
specification
Creating library .\Debug/ScriptEngine.lib and object
.\Debug/ScriptEngine.exp
I can't seem to find a way to tell the linker to turn off /EDITANDCONTINUE.
It is disabled in debugging options and there's no apparent way to do it
with #pragma because LNK4075 isn't a define and 4075 maps to a different
error.
Adding /EDITANDCONTINUE:NO to the command line for the linker doesn't cause
an error but doesn't prevent the warning either (even if it comes before
/INCREMENTAL:NO.)
Anybody found a way to turn this warning off? I hate unnecessary warnings
;).
WTH:)
LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO'
specification
Creating library .\Debug/ScriptEngine.lib and object
.\Debug/ScriptEngine.exp
I can't seem to find a way to tell the linker to turn off /EDITANDCONTINUE.
It is disabled in debugging options and there's no apparent way to do it
with #pragma because LNK4075 isn't a define and 4075 maps to a different
error.
Adding /EDITANDCONTINUE:NO to the command line for the linker doesn't cause
an error but doesn't prevent the warning either (even if it comes before
/INCREMENTAL:NO.)
Anybody found a way to turn this warning off? I hate unnecessary warnings
;).
WTH:)