Eliminate 'comparison of signed and unsigned int' GCC warning (test_cpp)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 27 Oct 2016 21:43:35 +0000 (00:43 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 27 Oct 2016 21:43:35 +0000 (00:43 +0300)
commit0f23ec4e241e5dec0958c6c62ade597a9bb98a75
treee2a57493afa52028658a80de21700135f5fa0a41
parent596befb9d23cdbf3282f377c5800622b5ca038d4
Eliminate 'comparison of signed and unsigned int' GCC warning (test_cpp)
(fix commit 1868a90)

* tests/test_cpp.cc [LINT2] (main): Cast unsigned immediate value to
int (before comparison to n local variable).
tests/test_cpp.cc