Macro println_warning

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