diff options
author | Alexandre Ganea <alexandre.ganea@ubisoft.com> | 2021-05-25 17:22:08 -0400 |
---|---|---|
committer | Alexandre Ganea <alexandre.ganea@ubisoft.com> | 2021-05-25 18:46:37 -0400 |
commit | dd2be15ff91a9a93387afbe0789f4de3376c0c0f (patch) | |
tree | 257d305b8d7f936c5f1ab6e7242dccedb91a3cb7 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | e5d227e95ca1d0386b4aa8bc5e29b76d3eb4b8a0 (diff) | |
download | llvm-dd2be15ff91a9a93387afbe0789f4de3376c0c0f.zip llvm-dd2be15ff91a9a93387afbe0789f4de3376c0c0f.tar.gz llvm-dd2be15ff91a9a93387afbe0789f4de3376c0c0f.tar.bz2 |
[gcov] Silence warning: comparison of integers of different signs
When building with Clang 11 on Windows, silence the following:
[432/5643] Building C object projects\compiler-rt\lib\profile\CMakeFiles\clang_rt.profile-x86_64.dir\GCDAProfiling.c.obj
F:\aganea\llvm-project\compiler-rt\lib\profile\GCDAProfiling.c(464,13): warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Wsign-compare]
if (val != (gcov_version >= 90 ? GCOV_TAG_OBJECT_SUMMARY
~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions