Hi,

currently, clang can't build latest master. It because of a missing
prototype for MHD_init() in src/lib/init.c.

Clang errors at that point while gcc just emits a warning.

Anyways, this breaks building the dependency chain for Wget2 fuzzing :-(


Do you make a CI build before pushing to master ? If you want me to help
to setup a CI on Gitlab, let me know.


init.c:56:5: warning: implicit declaration of function 'MHD_init' is
invalid in C99 [-Wimplicit-function-declaration]
    MHD_init ();
    ^
init.c:98:1: error: conflicting types for 'MHD_init'
MHD_init (void)
^
init.c:56:5: note: previous implicit declaration is here
    MHD_init ();
    ^
1 warning and 1 error generated.


With Best Regards, Tim


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to