VirtualBox

Ignore:
Timestamp:
Jul 22, 2016 2:51:49 PM (9 years ago)
Author:
vboxsync
Message:

IPRT: More MSC level 4 warning fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dvm/dvmmbr.cpp

    r57444 r62448  
    216216                                                  bool *pfUsed)
    217217{
    218     PRTDVMFMTINTERNAL pThis = hVolMgrFmt;
    219 
     218    NOREF(hVolMgrFmt);
    220219    NOREF(cbRange);
    221220
    222221    /* MBR uses the first sector only. */
    223     if (off < 512)
    224         *pfUsed = true;
    225     else
    226         *pfUsed = false;
    227 
     222    *pfUsed = off < 512;
    228223    return VINF_SUCCESS;
    229224}
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