]> granicus.if.org Git - curl/commit
curl-compilers: enable -Wbad-function-cast on GCC
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Mon, 9 Jul 2018 16:43:55 +0000 (18:43 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Tue, 21 Aug 2018 16:53:45 +0000 (18:53 +0200)
commit60776a0515c2a8f572902ad5bcc9f63eeaeafa84
tree79eb46200916b3c1c4df98fca8c2cb79d2c87acc
parentd5c0351055d5709da8f3e16c91348092fdb481aa
curl-compilers: enable -Wbad-function-cast on GCC

This warning used to be enabled only for clang as it's a bit stricter
on GCC. Silence the remaining occurrences and enable it on GCC too.

Closes https://github.com/curl/curl/pull/2747
docs/examples/sslbackend.c
m4/curl-compilers.m4
src/tool_cb_see.c
tests/libtest/lib650.c
tests/server/sockfilt.c