The attached patch fixes a warning for malloc being implicitly defined. With it I was able to compile with -Werror.
Cheers, Rafael
Index: src/md5.c =================================================================== --- src/md5.c (revision 1864) +++ src/md5.c (working copy) @@ -85,6 +85,7 @@ #include "md5.h" #include <string.h> #include <stdio.h> +#include <stdlib.h> #ifdef TEST /*
_______________________________________________ Rawstudio-dev mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev
