Macro print_warning

Source
macro_rules! print_warning {
    ($($data:expr),*) => { ... };
}