warning

Macro warning 

Source
macro_rules! warning {
    ($text:tt, $($args:tt)*) => { ... };
    ($text:tt) => { ... };
}