[clang][NFC] Fix warning of integer comparison
``` warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare] ``` Fix https://lab.llvm.org/buildbot/#/builders/57/builds/16220.
Loading
Please sign in to comment