diff options
| author | Jeff Garzik <[email protected]> | 2012-05-24 12:18:50 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-05-24 12:18:50 -0400 |
| commit | b92095f18c12bef3cc6fd621bdbda26efb126a6f (patch) | |
| tree | da0ab9e7d9b64443ff276d7f923ddba43f34f442 /src/script.cpp | |
| parent | Merge pull request #1387 from Diapolo/rem_unused_rpcdump (diff) | |
| download | discoin-b92095f18c12bef3cc6fd621bdbda26efb126a6f.tar.xz discoin-b92095f18c12bef3cc6fd621bdbda26efb126a6f.zip | |
DoS_tests: fix signed/unsigned comparison warnings
test/DoS_tests.cpp: In member function ‘void DoS_tests::DoS_mapOrphans::test_method()’:
test/DoS_tests.cpp:200:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
test/DoS_tests.cpp:208:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
test/DoS_tests.cpp: In member function ‘void DoS_tests::DoS_checkSig::test_method()’:
test/DoS_tests.cpp:260:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
test/DoS_tests.cpp:267:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
test/DoS_tests.cpp:280:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
test/DoS_tests.cpp:307:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Diffstat (limited to 'src/script.cpp')
0 files changed, 0 insertions, 0 deletions