VirtualBox

Changeset 59983 in vbox


Ignore:
Timestamp:
Mar 10, 2016 3:38:31 PM (9 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTSort.cpp

    r59972 r59983  
    124124
    125125        /* sort it */
    126         pfnSorter(pbArray, cElements, cbElement, testCompare, (void *)cbElement);
     126        pfnSorter(pbArray, cElements, cbElement, testCompare, (void *)(uintptr_t)cbElement);
    127127
    128128        /* verify it */
    129         if (!RTSortIsSorted(pbArray, cElements, cbElement, testCompare, (void *)cbElement))
     129        if (!RTSortIsSorted(pbArray, cElements, cbElement, testCompare, (void *)(uintptr_t)cbElement))
    130130            RTTestIFailed("failed sorting %u elements of %u size", cElements, cbElement);
    131131
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