Oracle Developer Studio cc compiler is too picky about pointers conversion from/to void*. Muted warning for the main code and left some warnings in examples as they are too obvious.
@@ -148,7 +148,7 @@ mhd_panic_std (void *cls,
/**
* Handler for fatal errors.
*/
-MHD_PanicCallback mhd_panic = NULL;
+MHD_PanicCallback mhd_panic = (MHD_PanicCallback) NULL;
* Closure argument for #mhd_panic.