Most warnings the dead code analysis produces are indeed about dead code. However, some are about redundant optional arguments, etc. Currently, all warnings in the editor are highlighted as dead code, even if it isn't. We should differentiate properly between that when highlighting the dead code in the editor.