VirtualBox

Changeset 18822 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 7, 2009 1:22:57 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45825
Message:

gcc warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp

    r18566 r18822  
    16571657    ssize_t cbDiff;
    16581658
    1659     Assert((int)enmAccess < RT_ELEMENTS(apszAccess));
    1660     Assert((int)enmType < RT_ELEMENTS(apszType));
     1659    Assert((unsigned)enmAccess < RT_ELEMENTS(apszAccess));
     1660    Assert((unsigned)enmType < RT_ELEMENTS(apszType));
    16611661
    16621662    /* Find last entry in extent description. */
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