17
Awlex
331d

Not a C programmer. Recently I did some things in C again recently and now I finally figured out something that bothered me for nearly a decade now.

-Wall has nothing to do with walls. It enables all warnings.

Comments
  • 2
    -Wall -Wextra -Werror -pedantic
  • 0
    If only -pedantic would solve the cryptic template instantiation errors...

    Tho I reckon newer compilers are doing better on that aspect.
Add Comment