macro_rules! warn_format_if {
    ($fmt:expr, $val:expr) => { ... };
}