Macro warn2

Source
macro_rules! warn2 {
    ($($arg:tt)*) => { ... };
}