s_warn

Macro s_warn 

Source
macro_rules! s_warn {
    (target: $target:expr, $value:expr) => { ... };
    ($value:expr) => { ... };
}