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