imlib2 fails to compile with clang — -Wimplicit-function-declaration is causing an error. No USE changes made to the toolchain nor imlib2. Reproducible: Always
Created attachment 867251 [details] build.log for imlib2
Is it still the same with imlib2-1.11.0, I can't seem to reproduce it with imlib2-1.11.0.
Created attachment 867980 [details] Build log with 1.11.0
I tried to reproduce this issue, but no luck. From the code I don't see how this could happen: src/modules/loaders/loader_svg.c includes "loader_common.h", src/modules/loaders/loader_common.h includes "debug.h", src/lib/debug.h always defines some definition of D(fmt...) preprocessor macro.
> I tried to reproduce this issue, but no luck. I cannot reproduce it either. Tried both debug and non-debug build.