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

comparison of different sizes #67

Closed
pachadotdev opened this issue Aug 4, 2024 · 0 comments
Closed

comparison of different sizes #67

pachadotdev opened this issue Aug 4, 2024 · 0 comments

Comments

@pachadotdev
Copy link
Contributor

I still cannot install it in the clusterm, but I tried in my laptop and after updating Rcpp to 1.0.13 it works but it gives me a warning

tesseract.cpp: In function ‘Rcpp::List engine_info_internal(TessPtr)’:
   tesseract.cpp:115:23: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
     115 |   for(size_t i = 0; i < langs.size(); i++)
         |                     ~~^~~~~~~~~~~~~~
   tesseract.cpp:120:23: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
     120 |   for(size_t i = 0; i < langs.size(); i++)
         |                     ~~^~~~~~~~~~~~~~
pachadotdev added a commit to pachadotdev/cpp11tesseract that referenced this issue Aug 4, 2024
@jeroen jeroen closed this as completed in 7688528 Aug 4, 2024
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