diff options
Diffstat (limited to 'tests/conv.cxx')
-rw-r--r-- | tests/conv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conv.cxx b/tests/conv.cxx index 2ee523a5..840f18dc 100644 --- a/tests/conv.cxx +++ b/tests/conv.cxx @@ -266,7 +266,7 @@ struct TestEntry tests[] = { static void doTests(const rfb::PixelFormat &dstpf, const rfb::PixelFormat &srcpf) { - int i; + size_t i; char dstb[256], srcb[256]; dstpf.print(dstb, sizeof(dstb)); |