macro_rules! warn_on { ($cond:expr) => { ... }; }
Report a warning if cond is true and return the condition’s evaluation result.
cond