VirtualBox
Show
Ignore:
Timestamp:
11/10/08 22:57:01 (2 months ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy