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

Silence compilation warning #16092

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Conversation

sonninnos
Copy link
Collaborator

Description

Just shutting this up:

menu/menu_setting.c:19539:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
19539 |                for (; i < icons->size; i++)
      |                         ^

@LibretroAdmin LibretroAdmin merged commit 020f3d9 into libretro:master Jan 9, 2024
23 checks passed
@sonninnos sonninnos deleted the silence-warning branch January 9, 2024 08:32
Sunderland93 pushed a commit to Sunderland93/RetroArch that referenced this pull request Dec 26, 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

Successfully merging this pull request may close these issues.

2 participants