A VERY VERY HARD QUESTION ABOUT THE LINKER

G

Guest

Sorry, its Friday and beautiful out..

Anyway, is there a way to ignore specific warnings in the linker like you
can with the compiler? I compile with /WX mostly to ensure that people don't
accidentally mix runtimes and want the ability to ignore other warnings.

Thanks!

Sean Connery
 
B

Bruno van Dooren [MVP VC++]

Sorry, its Friday and beautiful out..
Anyway, is there a way to ignore specific warnings in the linker like you
can with the compiler? I compile with /WX mostly to ensure that people
don't
accidentally mix runtimes and want the ability to ignore other warnings.

No.
There used to be such a switch in the olden days, but for some unfathomable
reason this switch was disabled a long time ago.
It is still there, because it does not generate an 'unknown switch' warning.
It just doesn't do anything anymore.

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top