Skip to content

add unused macro

#define UNUSED(expr) do { (void)(expr); } while (0)