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

Build fails on i386: result of comparison 'size_t' (aka 'unsigned int') > 4294967295 is always false #192

Open
yurivict opened this issue Jun 13, 2019 · 1 comment

Comments

@yurivict
Copy link

/wrkdirs/usr/ports/graphics/photoflow/work/PhotoFlow-da84a071/src/external/rawspeed/src/librawspeed/io/FileReader.cpp:62:16: error: result of comparison 'size_t' (aka 'unsigned int') > 4294967295 is always false [-Werror,-Wtautological-type-limit-compare]
  if (fileSize > std::numeric_limits<Buffer::size_type>::max())
      ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

See the log: http://beefy5.nyi.freebsd.org/data/120i386-default/504051/logs/photoflow-0.2.8.1260_1.log

@aferrero2707
Copy link
Owner

Honestly I do not know if RawSpeed is expected to compile correctly on 32 bit architectures... I will ask the developers about this.

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

2 participants