VirtualBox

Changeset 62452 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
Jul 22, 2016 3:16:45 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109005
Message:

*: MSC level 4 warnings in release bldprogs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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        }
Note: See TracChangeset for help on using the changeset viewer.

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