VirtualBox

Ignore:
Timestamp:
Aug 6, 2008 5:10:32 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
34210
Message:

gcc-4.3 warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsHD.h

    r10999 r11186  
    120120    {
    121121        return slt.bus <  aOther.slt.bus ||
    122                slt.bus == aOther.slt.bus && slt.channel <  aOther.slt.channel ||
    123                slt.bus == aOther.slt.bus && slt.channel == aOther.slt.channel && slt.device <  aOther.slt.device;
     122               (slt.bus == aOther.slt.bus && slt.channel <  aOther.slt.channel) ||
     123               (slt.bus == aOther.slt.bus && slt.channel == aOther.slt.channel && slt.device <  aOther.slt.device);
    124124    }
    125125
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