VirtualBox

Changeset 48708 in vbox for trunk/src/libs/xpcom18a4/python


Ignore:
Timestamp:
Sep 26, 2013 12:28:32 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89336
Message:

xpcom: warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/src/VariantUtils.cpp

    r38910 r48708  
    11171117#ifdef VBOX
    11181118                PyErr_Format(PyExc_ValueError, "The type descriptions indicate %d args are needed, but %ld were provided",
    1119                         total_params_needed, PySequence_Length(m_pyparams));
     1119                        total_params_needed, (long)PySequence_Length(m_pyparams));
    11201120#else
    11211121                PyErr_Format(PyExc_ValueError, "The type descriptions indicate %d args are needed, but %d were provided",
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