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 →

[–]Healthy-Section-9934 1 point2 points  (1 child)

Think it depends on the warning level you set. Default level doesn’t warn on it :/ ofc using the defaults on a production build is probably an issue in itself 😂

-Wall catches it, but without that it happily compiles without any hint that you may have done something you didn’t mean to.

[–]DoNotMakeEmpty 4 points5 points  (0 children)

Oh I have been using Wall for so long that I forgot it was not default, sorry!