macro_rules! warn_print { ($($arg:tt)*) => { ... }; }
Print to stderr only if not in quiet mode (for warnings)