macro_rules! warn { ($($tt:tt)*) => { ... }; }
Macro for printing warning messages in yellow without newline.