concurrencykit / ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
http://concurrencykit.org/
Other
2.35k stars 312 forks source link

Compiler warnings on platforms lacking ck_ec #145

Open sbahra opened 5 years ago

sbahra commented 5 years ago
In file included from /home/sbahra/ck/src/ck_ec.c:1:0:
/home/sbahra/ck/include/ck_ec.h:686:29: warning: no previous prototype for ‘ck_ec32_add_epilogue’ [-Wmissing-prototypes]
/home/sbahra/ck/include/ck_ec.h:835:29: warning: no previous prototype for ‘ck_ec_add64_epilogue’ [-Wmissing-prototypes]
skyie commented 4 years ago

hi, I meet the same problem, so when will solve the compile warnings?

sbahra commented 4 years ago

@skyie Patches appreciated! Someone will get to it eventually. Is it creating a problem for you?