DO_WARNX
#define DO_WARNX(msg, ...) ATF_REQUIRE_MSG(0, msg, __VA_ARGS__)
#define DO_WARNX(fmt, ...) warnx(fmt, __VA_ARGS__)