Changeset 99742 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 11, 2023 9:44:28 AM (21 months ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r99726 r99742 981 981 $(RM) -f $@ 982 982 $(APPEND) $@ _NSGetModule 983 VBoxSVCM_CXXFLAGS += -Wno-deprecated-copy # To shut up Clang 13 (-Wdeprecated-copy). 983 984 endif 984 985 VBoxSVCM_INTERMEDIATES += $(VBOX_IDL_HEADER.XPCOM) -
trunk/src/VBox/Main/testcase/Makefile.kmk
r98526 r99742 145 145 $(LIB_RUNTIME) 146 146 tstVBoxAPIXPCOM_CXXFLAGS = -fshort-wchar 147 tstVBoxAPIXPCOM_CXXFLAGS.darwin += -Wno-deprecated-copy # To shut up Clang 13 (-Wdeprecated-copy). 147 148 ifdef VBOX_WITH_RUNPATH 148 149 tstVBoxAPIXPCOM_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RUNPATH)' $(TEMPLATE_VBoxBldProg_LDFLAGS)
Note:
See TracChangeset
for help on using the changeset viewer.