[all-commits] [llvm/llvm-project] 303e02: [FrontEnd] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Mon Oct 9 10:25:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 303e020126268a691c9d51563c2a95cf30dcf6d1
https://github.com/llvm/llvm-project/commit/303e020126268a691c9d51563c2a95cf30dcf6d1
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
Log Message:
-----------
[FrontEnd] Fix a warning
This patch fixes:
third-party/unittest/googletest/include/gtest/gtest.h:1379:11:
error: comparison of integers of different signs: 'const unsigned
int' and 'const int' [-Werror,-Wsign-compare]
More information about the All-commits
mailing list