VirtualBox

Changeset 98235 in vbox for trunk/src


Ignore:
Timestamp:
Jan 23, 2023 12:04:34 PM (2 years ago)
Author:
vboxsync
Message:

libs/xpcom18a4/Config.kmk: Fixed TEMPLATE_XPComBldProg_CFLAGS inheritance typo and need to make VBoxBldProg non-pedantic. bugref:10348

File:
1 edited

Legend:

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

    r98221 r98235  
    278278        $(VBOX_PATH_SDK)/bindings/xpcom/include/xpcom \
    279279        $(VBOX_PATH_SDK)/bindings/xpcom/include/ipcd
    280 ## @todo fix typo (causes build issues).
    281 #TEMPLATE_XPComBldProg_CFLAGS             = $(filter-out -pedantic -Wshadow, $(TEMPLATE_VBoxBldProg_CFLAGS)) $(VBOX_GCC_Wno-int-to-pointer-cast) $(VBOX_GCC_Wno-pointer-to-int-cast) -Wno-format
    282 TEMPLATE_XPComBldProg_CFLAGS             = $(filter-out -pedantic -Wshadow, $(TEMPLATE_VBOX_BLDPROG_CFLAGS)) $(VBOX_GCC_Wno-int-to-pointer-cast) $(VBOX_GCC_Wno-pointer-to-int-cast) -Wno-format
     280TEMPLATE_XPComBldProg_CFLAGS             = $(filter-out $(VBOX_GCC_PEDANTIC_C), $(TEMPLATE_VBoxBldProg_CFLAGS)) \
     281        $(VBOX_GCC_Wno-int-to-pointer-cast) $(VBOX_GCC_Wno-pointer-to-int-cast) $(VBOX_GCC_NON_PEDANTIC_C)
    283282TEMPLATE_XPComBldProg_CXXFLAGS.darwin    = $(TEMPLATE_VBoxBldProg_CXXFLAGS.darwin)     -fpascal-strings -fshort-wchar -fno-common -fno-rtti
    284283TEMPLATE_XPComBldProg_CXXFLAGS.solaris   = $(TEMPLATE_VBoxBldProg_CXXFLAGS.solaris)    -fno-omit-frame-pointer # for now anyway.
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