Comment Re:Good questions - interesting answers (Score 1) 102
I would say, deprecating the old style with warnings, is not the job of the compiler. This should be handled by static analysis tools, (which they do already). The compiler generally only emits warnings when it finds something dangerous, which the programmer probably didn't intend to do.