Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode warning: Implicit conversion loses integer precision. (exif.cpp:467, 709) #18

Open
y-fedorov opened this issue Sep 29, 2016 · 0 comments

Comments

@y-fedorov
Copy link

  • /easyexif/exif.cpp:467:61: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  • /easyexif/exif.cpp:709:22: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]

XCode 8.0 build warning.
screen shot 2016-09-29 at 16 09 03

screen shot 2016-09-29 at 16 17 15

clang -v
Apple LLVM version 8.0.0 (clang-800.0.38)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
xcodebuild -version
Xcode 8.0
Build version 8A218a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant