[all-commits] [llvm/llvm-project] 4127a6: [Support] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Mon Apr 22 20:28:03 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4127a69d6c9106cb96a5da30daec7df80fb812d1
https://github.com/llvm/llvm-project/commit/4127a69d6c9106cb96a5da30daec7df80fb812d1
Author: Kazu Hirata <kazu at google.com>
Date: 2024-04-22 (Mon, 22 Apr 2024)
Changed paths:
M llvm/unittests/Support/MathExtrasTest.cpp
Log Message:
-----------
[Support] Fix a warning
This patch fixes:
third-party/unittest/googletest/include/gtest/gtest.h:1379:11:
error: comparison of integers of different signs: 'const int' and
'const unsigned long' [-Werror,-Wsign-compare]
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list