VirtualBox

Changeset 3175 in vbox


Ignore:
Timestamp:
Jun 20, 2007 10:00:55 AM (17 years ago)
Author:
vboxsync
Message:

XPCOM: Suppressed GCC 4 warnings.

Location:
trunk/src/libs/xpcom18a4/xpcom/components
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/components/nsComponentManager.cpp

    r1 r3175  
    12511251            "@mozilla.org/widget/lookandfeel/win;1",
    12521252        // */
    1253             0
     1253            { 0 }
    12541254        };
    12551255        for (int i=0; abusedContracts[i] && *abusedContracts[i]; i++) {
  • trunk/src/libs/xpcom18a4/xpcom/components/nsStaticComponentLoader.cpp

    r1 r3175  
    163163                             getter_AddRefs(info->module));
    164164#ifdef DEBUG
    165         fprintf(stderr, "nSCL: GetInfoFor(\"%s\"): %lx\n", aLocation, rv);
     165        fprintf(stderr, "nSCL: GetInfoFor(\"%s\"): %x\n", aLocation, rv);
    166166#endif
    167167        if (NS_FAILED(rv))
     
    199199        rv = info->info.getModule(mgr, nsnull, getter_AddRefs(info->module));
    200200#ifdef DEBUG
    201         fprintf(stderr, "nSCL: getModule(\"%s\"): %lx\n", info->info.name, rv);
     201        fprintf(stderr, "nSCL: getModule(\"%s\"): %x\n", info->info.name, rv);
    202202#endif
    203203        if (NS_FAILED(rv))
     
    208208                                    staticComponentType);
    209209#ifdef DEBUG
    210     fprintf(stderr, "nSCL: autoreg of \"%s\": %lx\n", info->info.name, rv);
     210    fprintf(stderr, "nSCL: autoreg of \"%s\": %x\n", info->info.name, rv);
    211211#endif
    212212
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