CT_WARN_ON
#define CT_WARN_ON(cond) do { } while (0)
#define CT_WARN_ON(cond) WARN_ON(context_tracking_enabled() && (cond))