浏览代码

fix warning

Samuel Thibault 9 年之前
父节点
当前提交
1b7f96635f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      sc_hypervisor/examples/sched_ctx_utils/sched_ctx_utils.c

+ 2 - 0
sc_hypervisor/examples/sched_ctx_utils/sched_ctx_utils.c

@@ -116,6 +116,8 @@ void* start_bench(void *val)
 	sc_hypervisor_stop_resize(p->the_other_ctx);
 	rv[p->id].flops /= NSAMPLES;
 	rv[p->id].avg_timing /= NSAMPLES;
+
+	return NULL;
 }
 
 float* construct_matrix(unsigned size)