Changeset 62452 in vbox for trunk/src/bldprogs
- Timestamp:
- Jul 22, 2016 3:16:45 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109005
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxCPP.cpp
r62450 r62452 2607 2607 2608 2608 bool fRc = RTStrSpaceInsert(&pThis->StrSpace, &pMacro->Core); 2609 Assert(fRc); 2609 Assert(fRc); NOREF(fRc); 2610 2610 } 2611 2611 else … … 4371 4371 { 4372 4372 /* Comment? */ 4373 unsigned ch2 = ScmStreamGetCh(pStrmInput); Assert(ch == ch2); 4373 unsigned ch2 = ScmStreamGetCh(pStrmInput); Assert(ch == ch2); NOREF(ch2); 4374 4374 ch = ScmStreamPeekCh(pStrmInput); 4375 4375 if (ch == '*') … … 4403 4403 { 4404 4404 unsigned ch2 = ScmStreamGetCh(pStrmInput); 4405 Assert(ch == ch2); 4405 Assert(ch == ch2); NOREF(ch2); 4406 4406 rcExit = RTEXITCODE_SUCCESS; 4407 4407 }
Note:
See TracChangeset
for help on using the changeset viewer.