Macro warning

Source
macro_rules! warning {
    ($($f:expr),+ ; $p:expr) => { ... };
}