Jeff Garzik
faf705a42a
Prefer 'unsigned int' for loop index variables tested against ::size()
...
C++ STL ::size() generally returns unsigned, which implies that "int idx"
style of loop variable will generate a signed-vs-unsigned comparison warning
when testing the loop exit condition "idx < blah.size()"
Update areas of the bitcoin code where loop variables may be more properly and
correctly defined as unsigned.
2012-04-22 13:22:39 -04:00
..
2012-01-19 14:32:45 -05:00
2012-01-23 14:27:08 -05:00
2012-04-21 18:21:19 +02:00
2012-04-21 16:49:32 -07:00
2012-04-17 20:03:42 +02:00
2012-04-17 20:02:38 +02:00
2012-04-20 12:50:57 +02:00
2012-04-17 20:03:42 +02:00
2012-04-22 13:22:39 -04:00
2012-04-21 01:37:34 +02:00
2012-04-21 01:37:34 +02:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:03:42 +02:00
2012-04-17 20:03:42 +02:00
2012-04-18 12:30:24 +01:00
2012-04-17 20:03:42 +02:00
2012-04-18 12:30:24 +01:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:00:55 +02:00
2012-02-19 19:06:42 +01:00
2012-02-07 11:28:30 -05:00
2012-04-17 20:37:47 +02:00
2012-04-17 20:03:42 +02:00
2012-04-17 20:03:42 +02:00
2012-04-17 20:12:48 +02:00
2012-04-21 18:16:11 +02:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:00:55 +02:00
2012-03-26 16:48:23 +02:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:03:42 +02:00
2012-04-15 16:58:32 -04:00
2012-04-17 20:00:55 +02:00
2012-04-17 20:00:55 +02:00
2012-04-15 16:52:09 -04:00
2012-04-17 20:02:38 +02:00
2012-04-17 20:00:55 +02:00
2012-04-22 13:22:39 -04:00
2012-04-21 10:34:18 +02:00
2012-04-17 20:03:42 +02:00
2012-04-17 20:00:55 +02:00
2012-04-06 12:53:37 -04:00
2012-04-21 15:13:29 -07:00
2012-04-18 00:33:32 -04:00
2012-04-21 20:37:50 +02:00
2012-04-12 12:23:58 -04:00
2012-04-17 12:16:46 -04:00
2012-04-22 13:22:39 -04:00
2012-04-21 18:21:19 +02:00
2012-04-17 20:03:42 +02:00
2012-04-17 20:00:55 +02:00