libnetdude
#define TV_SUB (a,b,c) #define TOUCH (x)
#define TV_SUB(a,b,c)
#define TOUCH(x) { x = 0; }
The macro's purpose is to touch a variable and thus shut up compiler warnings when there are unused parameters in the code.
unused variable to be silenced.