linker warning

Hello all. At me a problem. I have not corrected warning(4006). Whether I can, separately ignore this warning without ignoring all class of the warnings- 4006. I am use VS2010. Thanks in advance!
add this to your link option.

/IGNORE:4006
this is option ignore all type of warnings (4006 type), I want to ignore concrete warning. Is it possible?
I think it's impossible.In fact,you should find your code's error,not ignore the warning.
thank you for your opinion, but I fixed this warning and came to the conclusion that it is not remediable. Warning can not be corrected because utillize a stranger library with such error
Topic archived. No new replies allowed.