v7 icon indicating copy to clipboard operation
v7 copied to clipboard

50+ warnings on Clang and Visual C++ when building 64 bits due to loss of integer precision

Open swisspol opened this issue 8 years ago • 4 comments

These warnings are enabled by default in Xcode and Visual C++. For instance there are a number of implicit conversions from long to int which results in truncation on Mac / iOS 64 bits platforms.

Is v7 fully supported and tested on 64 bits platforms?

swisspol avatar Dec 05 '15 15:12 swisspol