25
alyx
7y

Please actually pay attention to compiler warnings. They exist for a reason beyond just being a nuisance. If you're willingly ignoring warnings then you're accepting unnecessary risk into your project.

Comments
  • 1
    Just ignore the warnings about warnings. Kappa
  • 0
    Haha i always rectify warnings too... It makes me cringe when my program throws anything except no error, no warning
  • 1
    I compiled every homework with -Wall -Wextra and the one that makes all warnings show as errors (-Werror I think).
  • 1
    @Jijel I need to get "-Wall -Wextra -Werror" on a t-shirt at some point :)
Add Comment