[][src]Macro zamm::warn

macro_rules! warn {
    ($warning:tt) => { ... };
    ($($arg:tt)*) => { ... };
}

Prints a warning to stdout.