summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/select/mq.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/select/mq.h b/src/select/mq.h
index 5aa1404..a84822d 100644
--- a/src/select/mq.h
+++ b/src/select/mq.h
@@ -18,7 +18,8 @@
static inline bool mq_match_condition(css_mq_cond *cond)
{
/* TODO: Implement this. */
- return cond == NULL;
+ (void) cond;
+ return true;
}
/**