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.

Commits

Files

    Loading...