mstorsjo wrote: This causes lots of build time warnings when building with GCC, like this: ``` [271/4090] Building CXX object lib/Obj...akeFiles/LLVMObject.dir/Minidump.cpp.o In file included from ../include/llvm/Object/Minidump.h:16, from ../lib/Object/Minidump.cpp:9: ../include/llvm/BinaryFormat/Minidump.h:250:37: warning: multi-character character constant [-Wmultichar] 250 | static const uint32_t LLDB_FLAG = 'LLDB'; | ^~~~~~ ```
Do we want to try to find a way around this, or do we want to silence this warning globally? https://github.com/llvm/llvm-project/pull/108448 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits