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 warning when compiling options.cpp #393

Open
bkmgit opened this issue Mar 30, 2024 · 0 comments
Open

Comparison warning when compiling options.cpp #393

bkmgit opened this issue Mar 30, 2024 · 0 comments

Comments

@bkmgit
Copy link

bkmgit commented Mar 30, 2024

Get the following message when compiling with GCC:

options.cpp: In function ‘Rcpp::DataFrame list_font_info()’:
options.cpp:37:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   37 |   for (int i = 0; i < number_fonts; i++){
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