I've noticed that when one of my source units produces a compiler warning (eg automatic promotion of char to int), it prevents Dev-C++ from starting the linking step.
Can I easily work around this, rather than rewriting the code to avoid the warning (which sometimes isn't possible)?
Cheers
Richard
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All.
I've noticed that when one of my source units produces a compiler warning (eg automatic promotion of char to int), it prevents Dev-C++ from starting the linking step.
Can I easily work around this, rather than rewriting the code to avoid the warning (which sometimes isn't possible)?
Cheers
Richard