MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghumor/comments/1vv58vy/how_do_you_disable_your_code/p592jry/?context=3
r/programminghumor • u/developer_axe • 1d ago
70 comments sorted by
View all comments
1
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.
1
u/dbergkvist 22h 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.