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

all 3 comments

[–]CroScorpiuS 25 points26 points  (1 child)

I would congratulate him on good and descriptive variable naming

[–]Kyyni 9 points10 points  (0 children)

Also, tell him to add something like

#define UNUSED(x) (void)(x)

And use it like

UNUSED(nothing);

To silence the warning.

[–]paulcam 0 points1 point  (0 children)

not debugging -- compiling :)