swordlegend / recastnavigation

Automatically exported from code.google.com/p/recastnavigation
zlib License
0 stars 0 forks source link

Index arithmetic generates warnings when targeting 64bit architectures. #225

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are a few cases where pointer differences are used to generate indices. 
However, without a cast, these generate warnings about cramming a 64bit integer 
into a 32bit return type

Original issue reported on code.google.com by mends...@gmail.com on 23 Dec 2012 at 8:54

GoogleCodeExporter commented 9 years ago
See: https://github.com/mendsley/recastnavigation/compare/issue_64bit_arithmetic

Original comment by mends...@gmail.com on 23 Dec 2012 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by memono...@gmail.com on 16 Sep 2013 at 7:18