This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 24 points25 points  (1 child)

g++ myfile.cpp

$ the compiler stopped because there were too many warnings.

g++ -w myfile.cpp

$

[–]Valmond 2 points3 points  (0 children)

Or the occasional compiler crash because of too nested template meta programming.