VirtualBox

Changeset 18049 in vbox


Ignore:
Timestamp:
Mar 18, 2009 9:46:46 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44679
Message:

Fix "unused variable cnt" warnings for the release build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/Main/VirtualBoxImpl.cpp

    r18023 r18049  
    20022002    size_t cnt = mData.mProgressOperations.erase (aId);
    20032003    Assert (cnt == 1);
     2004    NOREF(cnt);
    20042005
    20052006    return S_OK;
     
    35063507    size_t cnt = mData.mHardDiskMap.erase (aHardDisk->id());
    35073508    Assert (cnt == 1);
     3509    NOREF(cnt);
    35083510
    35093511    if (aHardDisk->parent().isNull())
Note: See TracChangeset for help on using the changeset viewer.

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