VirtualBox

Changeset 99742 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 11, 2023 9:44:28 AM (21 months ago)
Author:
vboxsync
Message:

Main: More Clang 13 build fixes (warnings as errors) [build fix, no IPRT stuff within libs/xpcom].

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r99726 r99742  
    981981        $(RM) -f $@
    982982        $(APPEND) $@ _NSGetModule
     983   VBoxSVCM_CXXFLAGS += -Wno-deprecated-copy    # To shut up Clang 13 (-Wdeprecated-copy).
    983984  endif
    984985  VBoxSVCM_INTERMEDIATES += $(VBOX_IDL_HEADER.XPCOM)
  • trunk/src/VBox/Main/testcase/Makefile.kmk

    r98526 r99742  
    145145        $(LIB_RUNTIME)
    146146tstVBoxAPIXPCOM_CXXFLAGS = -fshort-wchar
     147tstVBoxAPIXPCOM_CXXFLAGS.darwin += -Wno-deprecated-copy    # To shut up Clang 13 (-Wdeprecated-copy).
    147148ifdef VBOX_WITH_RUNPATH
    148149 tstVBoxAPIXPCOM_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RUNPATH)' $(TEMPLATE_VBoxBldProg_LDFLAGS)
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