How to turn of LNK Warning

  • Thread starter Thread starter Bill Sun
  • Start date Start date
B

Bill Sun

Hi,
Who can tell me how to turn off the annoying link warning, like this:
Xxxx.lib(read_dose.obj) : warning LNK4204: '......xxxx\vc70.pdb' is missing
debugging information for referencing module; linking object as if no debug
info

Thanks advanced,


Bill
 
Hi,
I don't know where the #pragma to be put, because it was the LINK warning, I
think the #pragma can only disable the warnings from compiler. Is it
rights?. anothor way setting the WARNLEVEL in the property of project also
have the same problem.

Thanks

Bill
 
Back
Top