VirtualBox

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


Ignore:
Timestamp:
Jan 12, 2010 2:13:26 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56523
Message:

xpcom18a4/Makefile.kmk,python/Makefile.kmk: disable printf warnings for VBoxPython* as the code contains a PyErr_Format calls that annoys gcc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/Makefile.kmk

    r21240 r25767  
    2929VBoxPythonBase_TEMPLATE = XPCOM
    3030VBoxPythonBase_DEFS     = _IMPL_NS_COM _IMPL_NS_BASE EXPORT_XPTI_API \
    31                           EXPORT_XPT_API VBOX_PYXPCOM VBOX_WITH_XPCOM 
     31                          EXPORT_XPT_API VBOX_PYXPCOM VBOX_WITH_XPCOM
    3232VBoxPythonBase_INCS     = \
    33                           src \
     33        src
     34VBoxPythonBase_CXXFLAGS = -Wno-format
    3435
    3536VBoxPythonBase_SOURCES  = \
     
    165166VBoxPython_INCS       =  $(VBOX_PYTHONDEF_INC)
    166167if "$(KBUILD_TARGET)" == "linux"
    167   VBoxPython_LIBS       = 
     168  VBoxPython_LIBS       =
    168169else
    169170  VBoxPython_LIBS       = $(VBOX_PYTHONDEF_LIB)
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