DEBUG_ONLY
#define DEBUG_ONLY(anything) anything
#define DEBUG_ONLY(anything) do { /* nothing */ } while(0)