Silence warning: comparison of integers of different signs: 'const unsigned int'...
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>
Sun, 27 Dec 2020 19:15:50 +0000 (14:15 -0500)
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>
Thu, 7 Jan 2021 18:01:06 +0000 (13:01 -0500)
commitd0154456e61c5ab79e25fc9b8bb684ebdca3a7c2
treeeb254d3ba550ca373f0ba143446c73d1d6d82cb1
parentee57d30f4487548d844cc3ffa5895bd3c6b38585
Silence warning: comparison of integers of different signs: 'const unsigned int' and 'const long' [-Wsign-compare]

(off_t being a signed type)
clang/unittests/Basic/FileEntryTest.cpp