Fix test warning
[urcu.git] / tests / test_cycles_per_loop.c
index 05a6ea72cf1c9943ae33a027c792731fee8bcc37..cafa309b9d35e6f8d932e62f56a72482470b28ba 100644 (file)
@@ -18,4 +18,5 @@ int main()
        time2 = caa_get_cycles();
        printf("CPU clock cycles per loop: %g\n", (time2 - time1) /
                                                  (double)NR_LOOPS);
+       return 0;
 }
This page took 0.023024 seconds and 4 git commands to generate.