kobake 8e0720bdb9 Fix msvc compiler error C4146 (unary minus operator applied to unsigned type)
On msvc14, int literal '-2147483648' is invalid, because '2147483648' is unsigned type and cant't apply minus operator to unsigned type.
To define the int literal correctly, use '-2147483647 - 1' formula that is also used to define INT_MIN in limits.h.
2017-03-08 15:43:40 +09:00
..
2017-01-27 21:22:35 +01:00
2016-12-01 16:14:45 -08:00
2017-02-09 07:30:10 +01:00
2017-01-27 21:22:35 +01:00
2016-12-12 11:08:47 -08:00
2017-01-27 21:22:35 +01:00
2017-01-04 11:56:17 -08:00
2017-01-27 21:22:35 +01:00
2017-01-14 21:45:32 +01:00
2017-01-27 21:22:35 +01:00
2017-01-04 13:24:19 -05:00
2017-01-27 21:22:35 +01:00
2017-01-27 21:22:35 +01:00
2017-01-27 21:22:35 +01:00
2017-01-27 21:22:35 +01:00