VirtualBox

儲存庫 vbox 的更動 63105


忽略:
時間撮記:
2016-8-6 下午04:20:00 (8 年 以前)
作者:
vboxsync
訊息:

GA/NT: warnings

位置:
trunk/src/VBox/Additions/WINNT
檔案:
修改 3 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp

    r63026 r63105  
    645645    int iRc = 0;
    646646
    647     if (pAlloc->SurfDesc.pitch == pLockInfo->Pitch)
     647    if (pAlloc->SurfDesc.pitch == (UINT)pLockInfo->Pitch)
    648648    {
    649649        Assert(pAlloc->SurfDesc.cbSize);
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.h

    r62522 r63105  
    313313    } while (0)
    314314
    315 #define VBOXVDBG_DUMP_RECTS_INIT(_d) DWORD vboxVDbgDumpRects = _d;
     315#define VBOXVDBG_DUMP_RECTS_INIT(_d) DWORD vboxVDbgDumpRects = _d; NOREF(vboxVDbgDumpRects)
    316316#define VBOXVDBG_DUMP_RECTS_FORCE() vboxVDbgDumpRects = 1;
    317317#define VBOXVDBG_DUMP_RECTS_FORCED() (!!vboxVDbgDumpRects)
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp

    r63103 r63105  
    12501250        int rc2 = VbglR3DnDGHSendAckPending(&mDnDCtx,
    12511251                                            uDefAction, uAllActions,
    1252                                             strFormats.c_str(), strFormats.length() + 1 /* Include termination */);
     1252                                            strFormats.c_str(), (uint32_t)strFormats.length() + 1 /* Include termination */);
    12531253        if (RT_FAILURE(rc2))
    12541254        {
     
    13271327            /** @todo Respect uDefAction. */
    13281328            void *pvData    = pDropTarget->DataMutableRaw();
    1329             uint32_t cbData = pDropTarget->DataSize();
     1329            uint32_t cbData = (uint32_t)pDropTarget->DataSize();
     1330            Assert(cbData == pDropTarget->DataSize());
    13301331
    13311332            if (   pvData
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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