VirtualBox

Changeset 26022 in vbox


Ignore:
Timestamp:
Jan 25, 2010 4:30:09 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56909
Message:

xpcom18a4: Deprecated warnings in VBoxPython, take two.

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

Legend:

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

    r26016 r26022  
    6262TEMPLATE_XPCOM_ASDEFS              = $(NO_SUCH_VARIABLE)
    6363TEMPLATE_XPCOM_CXXFLAGS            = -g -pipe -ansi -Wall -Wno-unused -Wno-non-virtual-dtor \
    64                                      $(VBOX_GCC_Wno-invalid-offsetof) -Wno-sign-compare -Wno-unused -Wno-ctor-dtor-privacy \
    65                                      $(VBOX_GCC_fvisibility-inlines-hidden) $(VBOX_GCC_fvisibility-hidden)
     64        $(VBOX_GCC_Wno-invalid-offsetof) -Wno-sign-compare -Wno-unused -Wno-ctor-dtor-privacy \
     65        $(VBOX_GCC_fvisibility-inlines-hidden) $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fdiagnostics-show-option)
    6666TEMPLATE_XPCOM_CXXFLAGS.x86        = -m32
    6767TEMPLATE_XPCOM_CXXFLAGS.amd64      = -m64
     
    7373TEMPLATE_XPCOM_CXXFLAGS.linux      = -pthread
    7474TEMPLATE_XPCOM_CXXFLAGS.solaris    = -fno-omit-frame-pointer # for now anyway.
    75 TEMPLATE_XPCOM_CFLAGS              = -g -pipe -Wall -Wno-unused -Wno-parentheses -Wno-uninitialized $(VBOX_GCC_fvisibility-hidden)
     75TEMPLATE_XPCOM_CFLAGS              = -g -pipe -Wall -Wno-unused -Wno-parentheses -Wno-uninitialized $(VBOX_GCC_fvisibility-hidden) \
     76        $(VBOX_GCC_fdiagnostics-show-option)
    7677TEMPLATE_XPCOM_CFLAGS.x86          = -m32
    7778TEMPLATE_XPCOM_CFLAGS.amd64        = -m64
  • trunk/src/libs/xpcom18a4/python/Makefile.kmk

    r26020 r26022  
    2828# Python Client Module - the C++/XPCOM bits.
    2929VBoxPythonBase_TEMPLATE = XPCOM
    30 VBoxPythonBase_DEFS     = _IMPL_NS_COM _IMPL_NS_BASE EXPORT_XPTI_API \
    31                           EXPORT_XPT_API VBOX_PYXPCOM VBOX_WITH_XPCOM
     30VBoxPythonBase_DEFS     = \
     31        _IMPL_NS_COM \
     32        _IMPL_NS_BASE \
     33        EXPORT_XPTI_API \
     34        EXPORT_XPT_API \
     35        VBOX_PYXPCOM \
     36        VBOX_WITH_XPCOM
    3237VBoxPythonBase_INCS     = \
    3338        src
    34 VBoxPythonBase_CXXFLAGS = -Wno-format -Wno-deprecated
     39VBoxPythonBase_CXXFLAGS = -Wno-write-strings
    3540
    3641VBoxPythonBase_SOURCES  = \
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