I\'d like to see all the places in my code (C++) which disregard return value of a function. How can I do it - with gcc or static code analysis tool?
Bad code exampl
a static analyzer will do the work for you, but if your code base is more then trivial prepare to be overwhelmed ;-)