[all-commits] [llvm/llvm-project] b890fa: [OpenMPIRBuilder] Silence compiler warning. NFC.

Michael Kruse via All-commits all-commits at lists.llvm.org
Sat Jan 23 19:01:55 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b890fafe672c01daac4ca2b8f740cd0cade78060
      https://github.com/llvm/llvm-project/commit/b890fafe672c01daac4ca2b8f740cd0cade78060
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2021-01-23 (Sat, 23 Jan 2021)

  Changed paths:
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp

  Log Message:
  -----------
  [OpenMPIRBuilder] Silence compiler warning. NFC.

Address the compiler warning
OMPIRBuilder.cpp:1232:27: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]




More information about the All-commits mailing list