Macro pnmixerlib::just_warn [] [src]

macro_rules! just_warn {
    ($expr:expr) => { ... };
}

Warns on err and yields () without returning the function.