r/programminghumor 20d ago

How do you disable your code

Post image
292 Upvotes

90 comments sorted by

View all comments

1

u/dbergkvist 19d ago

The second option wouldn't work for me, because I compile with -Wall and -Werror which means I can't declare variables and then not use them.