Files
clang-p2996/llvm/unittests/Object/GOFFObjectFileTest.cpp
Jinsong Ji 9d7b35d4e1 [NFC][GOFF] Fix char overflow (#112826)
This is one of the many PRs to fix errors with LLVM_ENABLE_WERROR=on.
Built by GCC 11.

Fix warnining:

llvm/unittests/Object/GOFFObjectFileTest.cpp:511:17: error: overflow in
conversion from ‘int’ to ‘char’ changes value from ‘240’ to
‘'\37777777760'’ [-Werror=overflow]
  511 |   GOFFData[1] = 0xF0;
2024-10-18 12:16:28 -04:00

22 KiB