|
From: Chris F. <cd...@fo...> - 2009-11-12 21:37:20
|
Hi, I noticed that scriptor made some changes to the ldap-sync module, based on the new warnings caused by my GCC_FORMAT_CHECK patch. (r5955) I noticed that now there's a lot of (void*) casts for the osync_trace() calls, and that's likely due to using -pedantic when compiling. I think the GCC_FORMAT_CHECK is worth it in the long run (there were lots of printf style errors in the code), but the (void*) casts are unfortunate. Anyone know of a cleaner workaround? Thanks, - Chris |