VirtualBox

Changeset 98022 in vbox


Ignore:
Timestamp:
Jan 6, 2023 8:46:43 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155116
Message:

lib/xpcom18a4/python,/Config.kmk: Disable warnings about #pragma no_inline(PyEval_EvalFrameEx) in ceval.h in all system python versions on Solaris.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r98019 r98022  
    33363336        $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-implicit-fallthrough       ?= $(call VBOX_GCC_CHECK_CC,-Wno-implicit-fallthrough,)'
    33373337        $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-inline                     ?= $(call VBOX_GCC_CHECK_CXX,-Wno-inline,)'
     3338        $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-unknown-pragmas            ?= $(call VBOX_GCC_CHECK_CXX,-Wno-unknown-pragmas,)'
    33383339        $(QUIET)$(APPEND) '$@' 'VBOX_GCC_fno-stack-protector   ?= $(call VBOX_GCC_CHECK_CC,-fno-stack-protector,)'
    33393340        $(QUIET)$(APPEND) '$@' 'VBOX_GCC_fno-dwarf2-cfi-asm    ?= $(call VBOX_GCC_CHECK_CC,-fno-dwarf2-cfi-asm,)'
  • trunk/src/libs/xpcom18a4/python/Makefile.kmk

    r96407 r98022  
    9494VBoxPythonBase_TEMPLATE = XPCOM
    9595VBoxPythonBase_CXXFLAGS = -Wno-write-strings
     96VBoxPythonBase_CXXFLAGS.solaris = $(VBOX_GCC_Wno-unknown-pragmas) # /usr/include/python[23].[75]*/ceval.h:67: warning: ignoring #pragma no_inline(PyEval_EvalFrameEx)
    9697VBoxPythonBase_DLLSUFF.darwin = .so
    9798VBoxPythonBase_DEFS     = \
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