C / C++ compiler warnings: do you clean up all your code to remove them or leave them in?

前端 未结 18 2294
夕颜
夕颜 2020-12-24 00:08

I\'ve worked on many projects where I\'ve been given code by others to update. More often than not I compile it and get about 1,000+ compiler warnings. When I see compiler w

18条回答
  •  时光取名叫无心
    2020-12-24 01:08

    Leaving warnings in your code because you don't have time to fix them is like not brushing your teeth because you don't have enough time in the morning. It is a basic matter of code hygiene.

提交回复
热议问题