[all-commits] [llvm/llvm-project] 220abb: [lldb][Utility] Fix GCC suggest braces warning for...

David Spickett via All-commits all-commits at lists.llvm.org
Thu Nov 9 04:38:24 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 220abb02cb4684d2856ca1a463a531215ffeafd2
      https://github.com/llvm/llvm-project/commit/220abb02cb4684d2856ca1a463a531215ffeafd2
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2023-11-09 (Thu, 09 Nov 2023)

  Changed paths:
    M lldb/source/Utility/Checksum.cpp

  Log Message:
  -----------
  [lldb][Utility] Fix GCC suggest braces warning for checksum value

[4314/5686] Building CXX object tools/lldb/sou...lity/CMakeFiles/lldbUtility.dir/Checksum.cpp.o
<...>/Checksum.cpp:43:46: warning: suggest braces around initialization of subobject [-Wmissing-braces]
llvm::MD5::MD5Result Checksum::g_sentinel = {0, 0, 0, 0, 0, 0, 0, 0,
                                             ^~~~~~~~~~~~~~~~~~~~~~~
                                             {




More information about the All-commits mailing list