Macro warning

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