Ray's playground

 

Item 53: Pay attention to compiler warnings.(Effective C++)

  • Take compiler warnings seriously, and strive to compile warning-free at the maximum warning level supported by your compilers.

  • Don't become dependent on compiler warnings, because different compilers warn about different things. Porting to a new compiler may eliminate warning messages you've come to rely on.

posted on 2011-04-10 11:09  Ray Z  阅读(199)  评论(0编辑  收藏  举报

导航