Changeset 5449

Show
Ignore:
Timestamp:
09/29/07 04:26:39 (14 months ago)
Author:
flynd
Message:

Made MSN plugin compile without warnings. Not sure if these variables are for future use though so left them commented out.

Location:
trunk/msn/src
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/msn/src/msn-sb.cpp

    r4526 r5449  
    408408      else 
    409409      { 
    410         int nThisSock = u->SocketDesc(ICQ_CHNxNONE); 
     410//        int nThisSock = u->SocketDesc(ICQ_CHNxNONE); 
    411411        gUserManager.DropUser(u); 
    412412        gSocketMan.DropSocket(s); 
  • trunk/msn/src/msn-srv.cpp

    r5224 r5449  
    368368        { 
    369369          gLog.Info("%sRemoving connection attempt to %s.\n", L_MSNxSTR, strUser.c_str()); 
    370           SStartMessage *pStart = (*it); 
     370//          SStartMessage *pStart = (*it); 
    371371          m_lStart.erase(it); 
    372372          break; 
  • trunk/msn/src/msn.cpp

    r4929 r5449  
    624624    case PROTOxSENDxREFUSExAUTH: 
    625625    { 
    626       CRefuseAuthSignal *sig = static_cast<CRefuseAuthSignal *>(s); 
     626//      CRefuseAuthSignal *sig = static_cast<CRefuseAuthSignal *>(s); 
    627627      break; 
    628628    } 
     
    630630    case PROTOxREQUESTxINFO: 
    631631    { 
    632       CRequestInfo *sig = static_cast<CRequestInfo *>(s); 
     632//      CRequestInfo *sig = static_cast<CRequestInfo *>(s); 
    633633      break; 
    634634    } 
  • trunk/msn/src/msnpacket.cpp

    r4526 r5449  
    441441{ 
    442442  m_szCommand = strdup("QRY"); 
    443   char *szParams = "msmsgs@msnmsgr.com 32"; 
     443  const char *szParams = "msmsgs@msnmsgr.com 32"; 
    444444  m_nSize += strlen(szParams) + 32; //payload 
    445445  InitBuffer();