in reply to ignoring errors
void errors generally indicate either useless or inappropriate code. It may be you get a ton of them because one line is executed often, or because there is a recurrent bad coding practise. In either case it would be better to understand and fix the code rather than silence the warning.
You may like to show us samples of the lines that generate the warning so we can advise on the best solution.
|
|---|