VirtualBox

vbox的更動 63103 路徑 trunk/src


忽略:
時間撮記:
2016-8-6 下午03:56:30 (8 年 以前)
作者:
vboxsync
訊息:

GA/NT/VBoxTray: warnings

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp

    r63102 r63103  
    164164        LogFlowFunc(("Waiting for thread resulted in %Rrc (thread exited with %Rrc)\n",
    165165                     rc, rcThread));
     166        NOREF(rc);
    166167    }
    167168
     
    747748    {
    748749        ULONG cRefs = pDropTarget->Release();
    749 
    750         Assert(cRefs == 0);
     750        Assert(cRefs == 0); NOREF(cRefs);
    751751        pDropTarget = NULL;
    752752    }
     
    949949int VBoxDnDWnd::OnHgMove(uint32_t u32xPos, uint32_t u32yPos, uint32_t uAction)
    950950{
     951    RT_NOREF(uAction);
    951952    int rc;
    952953
     
    11501151int VBoxDnDWnd::OnGhIsDnDPending(uint32_t uScreenID)
    11511152{
    1152     LogFlowThisFunc(("mMode=%ld, mState=%ld, uScreenID=%RU32\n",
    1153                     mMode, mState, uScreenID));
     1153    RT_NOREF(uScreenID);
     1154    LogFlowThisFunc(("mMode=%ld, mState=%ld, uScreenID=%RU32\n", mMode, mState, uScreenID));
    11541155
    11551156    if (mMode == Unknown)
     
    12971298 * @param   uDefAction              Default action on the host.
    12981299 */
    1299 int VBoxDnDWnd::OnGhDropped(const char *pszFormat, uint32_t cbFormat,
    1300                             uint32_t uDefAction)
    1301 {
     1300int VBoxDnDWnd::OnGhDropped(const char *pszFormat, uint32_t cbFormat, uint32_t uDefAction)
     1301{
     1302    RT_NOREF(uDefAction);
    13021303    AssertPtrReturn(pszFormat, VERR_INVALID_POINTER);
    13031304    AssertReturn(cbFormat,     VERR_INVALID_PARAMETER);
     
    13611362    LogFlowFunc(("Posting message %u\n"));
    13621363    BOOL fRc = ::PostMessage(hWnd, uMsg, wParam, lParam);
    1363     Assert(fRc);
     1364    Assert(fRc); NOREF(fRc);
    13641365}
    13651366
     
    17591760    AssertPtr(pCtx);
    17601761
    1761     int rc = VINF_SUCCESS;
    1762 
    17631762    /** @todo At the moment we only have one DnD proxy window. */
    17641763    Assert(pCtx->lstWnd.size() == 1);
     
    17711770
    17721771    if (pCtx->hEvtQueueSem != NIL_RTSEMEVENT)
     1772    {
    17731773        RTSemEventDestroy(pCtx->hEvtQueueSem);
    1774 
    1775     LogFunc(("Destroyed pInstance=%p, rc=%Rrc\n", pInstance, rc));
     1774        pCtx->hEvtQueueSem = NIL_RTSEMEVENT;
     1775    }
     1776
     1777    LogFunc(("Destroyed pInstance=%p\n", pInstance));
    17761778}
    17771779
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette