commit | 74c8dcfd5791c4f11e6d52fdc15047b0622dd8af | [log] [tgz] |
---|---|---|
author | Milo Yip <miloyip@gmail.com> | Fri Dec 18 18:34:04 2015 +0800 |
committer | Milo Yip <miloyip@gmail.com> | Fri Dec 18 18:34:04 2015 +0800 |
tree | ff220aa18d5401b67bb06de63860e55a676f8a73 | |
parent | f36af30531bc1cfa4f26d798ba1ef668812b8fd0 [diff] [blame] |
Fix clang -Weverything
diff --git a/test/unittest/simdtest.cpp b/test/unittest/simdtest.cpp index c8f4587..4407c25 100644 --- a/test/unittest/simdtest.cpp +++ b/test/unittest/simdtest.cpp
@@ -41,7 +41,7 @@ template <typename StreamType> void TestSkipWhitespace() { - for (int step = 1; step < 32; step++) { + for (size_t step = 1; step < 32; step++) { char buffer[1025]; for (size_t i = 0; i < 1024; i++) buffer[i] = " \t\r\n"[i % 4];