https://sourceware.org/bugzilla/show_bug.cgi?id=26195

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fche at redhat dot com

--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> ---
libmicrohttpd commit 89d2ef97322ff5276e9a437e616a1e07529e0b26
Author: Christian Grothoff <christ...@grothoff.org>
Date:   Wed Apr 8 23:38:07 2020 +0200

    define and use 'enum MHD_Result' (merge)

introduced this API change.

 +    Introduce `enum MHD_Result` for #MHD_YES/#MHD_NO to avoid using 'int' so
much.
 +    Note that this change WILL cause compiler warnings until (most) MHD
callbacks
 +    in application code change their return type from 'int' to 'enum
MHD_Result'.

 +    For conditional compilation, test for "MHD_VERSION >= 0x00097002"

which sounds fine unless one uses -Werror .... or wants to run against multiple
versions of the code.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to