Fix a compilation error on windows and many warnings
Review Request #2106 — Created Nov. 29, 2022 and submitted — Latest diff uploaded
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.