VirtualBox

Changeset 14045 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 10, 2008 9:57:01 PM (16 years ago)
Author:
vboxsync
Message:

com/array.h: More noisy 64-bit MSC warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/array.h

    r14043 r14045  
    401401        if (sizeof (T) % 4 == 0) return (ULONG) ((sizeof (T) / 4) * aSize);
    402402        if (sizeof (T) % 2 == 0) return (ULONG) ((sizeof (T) / 2) * aSize);
    403         return (ULONG) sizeof (T) * aSize;
     403        return (ULONG) (sizeof (T) * aSize);
    404404    }
    405405
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