[all-commits] [llvm/llvm-project] d01544: Silence warning: comparison of integers of differe...
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Thu Jan 7 10:01:37 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0154456e61c5ab79e25fc9b8bb684ebdca3a7c2
https://github.com/llvm/llvm-project/commit/d0154456e61c5ab79e25fc9b8bb684ebdca3a7c2
Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
Date: 2021-01-07 (Thu, 07 Jan 2021)
Changed paths:
M clang/unittests/Basic/FileEntryTest.cpp
Log Message:
-----------
Silence warning: comparison of integers of different signs: 'const unsigned int' and 'const long' [-Wsign-compare]
(off_t being a signed type)
More information about the All-commits
mailing list