Show
Ignore:
Timestamp:
03/16/08 12:42:43 (7 months ago)
Author:
cyrusdaboo
Message:

Fix some compiler warnings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/MacOS/Sources/Application/Address_Book_Manager/CAdbkManagerTable.cp

    r97 r163  
    302302                                        outEnabled = true; 
    303303                                        outUsesMark = true; 
    304                                         outMark = adbk->GetProtocol()->IsLoggedOn() ? checkMark : noMark; 
     304                                        outMark = adbk->GetProtocol()->IsLoggedOn() ? (UInt16)checkMark : (UInt16)noMark; 
    305305                                        ::GetIndString(outName, STRx_Standards, !outMark ? str_Logon : str_Logoff); 
    306306                                } 
     
    322322                                        outEnabled = true; 
    323323                                        outUsesMark = true; 
    324                                         outMark = !adbk->GetProtocol()->IsDisconnected() ? checkMark : noMark; 
     324                                        outMark = !adbk->GetProtocol()->IsDisconnected() ? (UInt16)checkMark : (UInt16)noMark; 
    325325                                        ::GetIndString(outName, STRx_Standards, !outMark ? str_Logon : str_Logoff); 
    326326                                }