VirtualBox

Changeset 46201 in vbox for trunk/src


Ignore:
Timestamp:
May 21, 2013 7:58:14 PM (12 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/strcache.cpp

    r46200 r46201  
    222222    struct RTSTRCACHECHUNK     *pNext;
    223223} RTSTRCACHECHUNK;
    224 AssertCompileSize(RTSTRCACHECHUNK, 16);
     224AssertCompile(sizeof(RTSTRCACHECHUNK) <= sizeof(RTSTRCACHEENTRY));
    225225/** Pointer to the chunk tracking structure. */
    226226typedef RTSTRCACHECHUNK *PRTSTRCACHECHUNK;
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