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

MSVC 2012 issue with %zu format specifier #588

Closed
yangyanli opened this issue Mar 21, 2014 · 2 comments
Closed

MSVC 2012 issue with %zu format specifier #588

yangyanli opened this issue Mar 21, 2014 · 2 comments

Comments

@yangyanli
Copy link
Contributor

This was reported in closed issue #146. However, this is issue is so annoying, so I am recreating this issue report.

Could someone confirm whether %lu works for other platforms?

@taketwo
Copy link
Member

taketwo commented Mar 21, 2014

%lu does well on both clang 3.5.0 and gcc 4.8.1 (x64).
Even without warnings (-Wall -Wextra -pedantic are on).

@jspricke
Copy link
Member

Hi @yangyanli, please provide a patch as a pull request. See here for more information: https://github.com/PointCloudLibrary/pcl/blob/master/CONTRIBUTING.md. Point is, that most devs use Linux, so this is not important for us. Also, this is a good way to get started developing for PCL ;).

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

3 participants