update Makefile, -Wall
[urcu.git] / test_urcu.c
index 2b34798986ae14fc6b80ff6a749f6c800516816d..17061f81a250d5f12f7e4836d7caf81835cd43d4 100644 (file)
@@ -82,7 +82,7 @@ void *thr_writer(void *arg)
                new->a = 8;
                new->b = 12;
                new->c[55] = 2;
-               old = urcu_publish_content(&test_rcu_pointer, new);
+               old = urcu_publish_content((void **)&test_rcu_pointer, new);
                rcu_write_unlock();
                /* can be done after unlock */
                if (old) {
This page took 0.022491 seconds and 4 git commands to generate.