Fix a compilation error on windows and many warnings

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

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.

Summary ID
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.
467f5027b92335c8f8faa8eecd0c3ae6a4f716d0
Description From Last Updated

Could fit these two lines together now?

QuLogicQuLogic

Ditto.

QuLogicQuLogic
QuLogic
  1. 
      
  2. pidgin/win32/winpidgin.c (Diff revision 1)
     
     
     

    Could fit these two lines together now?

  3. pidgin/win32/winpidgin.c (Diff revision 1)
     
     
     
  4. 
      
grim
QuLogic
  1. Ship It!
  2. 
      
grim
Review request changed

Status: Closed (submitted)

Loading...