VirtualBox

Ignore:
Timestamp:
Nov 15, 2013 10:11:42 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90646
Message:

libs/xpcom: fixed a bunch of pointer size vs. integer size warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/tests/TestThreads.cpp

    r1 r49491  
    216216        for (k = 0; k < threads; k++) {
    217217            array[k] = PR_CreateThread(PR_USER_THREAD,
    218                                        threadProc, (void*) k,
     218                                       threadProc, (void*)(uintptr_t)k,
    219219                                       PR_PRIORITY_NORMAL,
    220220                                       PR_GLOBAL_THREAD,
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