ilo: silence a compiler warning
[mesa.git] / src / gallium / drivers / ilo / ilo_query.c
index 57f920c03ee58b9ad15b2aaba3feec8c6e003d51..27d08128ab0f2bad4652ef172486315f344c7b2a 100644 (file)
@@ -117,7 +117,7 @@ ilo_begin_query(struct pipe_context *pipe, struct pipe_query *query)
    struct ilo_query *q = ilo_query(query);
 
    if (q->active)
-      return;
+      return false;
 
    util_query_clear_result(&q->result, q->type);
    q->used = 0;