xo_warnx
#define xo_warnx(...) do { if (warn) { xo_warnx(__VA_ARGS__); } } while(0)
#undef xo_warnx /* see above */