- 時間撮記:
- 2016-8-6 下午03:56:30 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
r63102 r63103 164 164 LogFlowFunc(("Waiting for thread resulted in %Rrc (thread exited with %Rrc)\n", 165 165 rc, rcThread)); 166 NOREF(rc); 166 167 } 167 168 … … 747 748 { 748 749 ULONG cRefs = pDropTarget->Release(); 749 750 Assert(cRefs == 0); 750 Assert(cRefs == 0); NOREF(cRefs); 751 751 pDropTarget = NULL; 752 752 } … … 949 949 int VBoxDnDWnd::OnHgMove(uint32_t u32xPos, uint32_t u32yPos, uint32_t uAction) 950 950 { 951 RT_NOREF(uAction); 951 952 int rc; 952 953 … … 1150 1151 int VBoxDnDWnd::OnGhIsDnDPending(uint32_t uScreenID) 1151 1152 { 1152 LogFlowThisFunc(("mMode=%ld, mState=%ld, uScreenID=%RU32\n",1153 1153 RT_NOREF(uScreenID); 1154 LogFlowThisFunc(("mMode=%ld, mState=%ld, uScreenID=%RU32\n", mMode, mState, uScreenID)); 1154 1155 1155 1156 if (mMode == Unknown) … … 1297 1298 * @param uDefAction Default action on the host. 1298 1299 */ 1299 int VBoxDnDWnd::OnGhDropped(const char *pszFormat, uint32_t cbFormat, 1300 uint32_t uDefAction) 1301 { 1300 int VBoxDnDWnd::OnGhDropped(const char *pszFormat, uint32_t cbFormat, uint32_t uDefAction) 1301 { 1302 RT_NOREF(uDefAction); 1302 1303 AssertPtrReturn(pszFormat, VERR_INVALID_POINTER); 1303 1304 AssertReturn(cbFormat, VERR_INVALID_PARAMETER); … … 1361 1362 LogFlowFunc(("Posting message %u\n")); 1362 1363 BOOL fRc = ::PostMessage(hWnd, uMsg, wParam, lParam); 1363 Assert(fRc); 1364 Assert(fRc); NOREF(fRc); 1364 1365 } 1365 1366 … … 1759 1760 AssertPtr(pCtx); 1760 1761 1761 int rc = VINF_SUCCESS;1762 1763 1762 /** @todo At the moment we only have one DnD proxy window. */ 1764 1763 Assert(pCtx->lstWnd.size() == 1); … … 1771 1770 1772 1771 if (pCtx->hEvtQueueSem != NIL_RTSEMEVENT) 1772 { 1773 1773 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)); 1776 1778 } 1777 1779
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器