macro_rules! sigil_warn { ($($arg:tt)*) => { ... }; }
Print warning message only when verbose mode is enabled.