Hey Bruno,
>
> So I have to ask:
> - What is your platform?
> - What are the values of $CC, $CFLAGS, $CPPFLAGS that you are using in your
> configuration?
> - More precisely, how to reproduce the problem you had?
> - Does the problem go away if you do a "make distclean" and reconfigur
Hi Aleksander,
> I'm compiling gnupdf under llvm/clang; and found an issue with the
> strerror-override module. In my setup, it defines strerror_override() to
> NULL in the .h file, but then it implements the method anyway in the .c
> file, and llvm/clang doesn't like that:
>
> strerror-o
Hey hey,
I'm compiling gnupdf under llvm/clang; and found an issue with the
strerror-override module. In my setup, it defines strerror_override() to
NULL in the .h file, but then it implements the method anyway in the .c
file, and llvm/clang doesn't like that:
strerror-override.c:35:1: er