wireshark/macosx-support-lib-patches
Guy Harris 3c1ade9223 macos-setup: patch libssh to avoid compiler errors.
At least with Xcode 15 beta on macOS 14 beta, some code in libssh gets
the warning

    error: a function declaration without a prototype is deprecated in
        all versions of C [-Werror,-Wstrict-prototypes]

because they define functions with an empty argument list as

    <type> func()

rather than

    <type> func(void)

Maybe C23 will finally consider

    <type> func()

as meaning "func() takes no arguments" rather than "func() is being
defined without prototypes".

(And, no, I don't know why it says that about a function *definition*
rather than a funciton *declaration*.)
2023-06-06 11:02:29 +00:00
..
glib-pkgconfig.patch
gnutls-pkgconfig.patch
libssh-void-arglists.patch macos-setup: patch libssh to avoid compiler errors. 2023-06-06 11:02:29 +00:00
qt-fix-pc-file More licenses converted to SPDX. 2018-03-07 13:35:49 +00:00
qt-fix-pc-files More licenses converted to SPDX. 2018-03-07 13:35:49 +00:00
spandsp-configure-patch Fix SpanDSP build with older versions of Xcode. 2017-08-07 17:09:23 +00:00