Fix a compilation error on windows and many warnings

Review Request #2106 — Created Nov. 29, 2022 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

SIG_ACK is macro for handling signals on windows. We just want to use it as a
constant, so we #undef if we see it.

Mark a bunch of parameters as unused.

Fix a bunch of warnings about type casting function pointers.

Compiled and ran on windows.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Fix a compilation error on windows and many warnings
SIG_ACK is macro for handling signals on windows. We just want to use it as a constant, so we #undef if we see it. Mark a bunch of parameters as unused. Fix a bunch of warnings about type casting function pointers.
2af97c39c405c75e1b5cf24f85d10a375963f84a Gary Kramlich
libpurple/protocols/ircv3/purpleircv3capabilities.c
pidgin/meson.build
pidgin/win32/gtkwin32dep.c
pidgin/win32/winpidgin.c
Loading...