[compiler-rt] [scudo] Add -Wconversion for tests and clean-up warnings. (PR #66147)

Christopher Ferris via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 17:59:37 PDT 2023


================
@@ -345,7 +345,7 @@ SCUDO_TYPED_TEST(ScudoCombinedTest, ReallocateLargeIncreasing) {
   // we preserve the data in the process.
   scudo::uptr Size = 16;
   void *P = Allocator->allocate(Size, Origin);
-  const char Marker = 0xab;
+  const char Marker = '\xab';
----------------
cferris1000 wrote:

Done.

https://github.com/llvm/llvm-project/pull/66147


More information about the llvm-commits mailing list