VirtualBox

vbox的更動 62452 路徑 trunk/src/bldprogs


忽略:
時間撮記:
2016-7-22 下午03:16:45 (8 年 以前)
作者:
vboxsync
訊息:

*: MSC level 4 warnings in release bldprogs.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/bldprogs/VBoxCPP.cpp

    r62450 r62452  
    26072607
    26082608            bool fRc = RTStrSpaceInsert(&pThis->StrSpace, &pMacro->Core);
    2609             Assert(fRc);
     2609            Assert(fRc); NOREF(fRc);
    26102610        }
    26112611        else
     
    43714371        {
    43724372            /* Comment? */
    4373             unsigned ch2 = ScmStreamGetCh(pStrmInput); Assert(ch == ch2);
     4373            unsigned ch2 = ScmStreamGetCh(pStrmInput); Assert(ch == ch2); NOREF(ch2);
    43744374            ch = ScmStreamPeekCh(pStrmInput);
    43754375            if (ch == '*')
     
    44034403        {
    44044404            unsigned ch2 = ScmStreamGetCh(pStrmInput);
    4405             Assert(ch == ch2);
     4405            Assert(ch == ch2); NOREF(ch2);
    44064406            rcExit = RTEXITCODE_SUCCESS;
    44074407        }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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