Changeset 99741 in vbox
- Timestamp:
- May 11, 2023 9:19:55 AM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157317
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/darwin/iokit.cpp
r99739 r99741 941 941 return; 942 942 943 bool fUserClientOnly = true; 944 bool fConfigured = false; 943 bool fUserClientOnly = true; RT_NOREF(fUserClientOnly); /* Shut up Clang 13 (-Wunused-but-set-variable). */ 944 bool fConfigured = false; RT_NOREF(fConfigured); 945 945 bool fInUse = false; 946 946 bool fSeizable = true; -
trunk/src/libs/xpcom18a4/xpcom/string/public/nsTDependentSubstring.h
r91528 r99741 80 80 81 81 // auto-generated copy-constructor OK (XXX really?? what about base class copy-ctor?) 82 82 #if RT_CLANG_PREREQ(13, 0) /* To shut up Clang 13 (-Wdeprecated-copy). */ 83 nsTDependentSubstring_CharT(nsTDependentSubstring_CharT const&) = default; 84 #endif 83 85 private: 84 86 // we're immutable, you can't assign into a substring -
trunk/src/libs/xpcom18a4/xpcom/string/public/nsTPromiseFlatString.h
r91528 r99741 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 #endif 135 139 }; 136 140
Note:
See TracChangeset
for help on using the changeset viewer.