Changeset 99742 in vbox
- Timestamp:
- May 11, 2023 9:44:28 AM (17 months ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
-
VBox/Main/Makefile.kmk (modified) (1 diff)
-
VBox/Main/testcase/Makefile.kmk (modified) (1 diff)
-
libs/xpcom18a4/xpcom/string/public/nsTDependentSubstring.h (modified) (1 diff)
-
libs/xpcom18a4/xpcom/string/public/nsTPromiseFlatString.h (modified) (1 diff)
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) -
trunk/src/libs/xpcom18a4/xpcom/string/public/nsTDependentSubstring.h
r99741 r99742 80 80 81 81 // auto-generated copy-constructor OK (XXX really?? what about base class copy-ctor?) 82 #if RT_CLANG_PREREQ(13, 0) /* To shut up Clang 13 (-Wdeprecated-copy). */83 nsTDependentSubstring_CharT(nsTDependentSubstring_CharT const&) = default;84 #endif85 82 private: 86 83 // we're immutable, you can't assign into a substring -
trunk/src/libs/xpcom18a4/xpcom/string/public/nsTPromiseFlatString.h
r99741 r99742 133 133 Assign(tuple); 134 134 } 135 136 #if RT_CLANG_PREREQ(13, 0) /* To shut up Clang 13 (-Wdeprecated-copy). */137 nsTPromiseFlatString_CharT(nsTPromiseFlatString_CharT const&) = default;138 #endif139 135 }; 140 136
Note:
See TracChangeset
for help on using the changeset viewer.

