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

Fix cfile warnings #376

Closed
wants to merge 1 commit into from
Closed

Conversation

JeodC
Copy link
Collaborator

@JeodC JeodC commented May 20, 2024

Pull Request Type

  • GitHub Workflow changes
  • Documentation or Wiki changes
  • Build and Dependency changes
  • Runtime changes
    • Render changes
    • Audio changes
    • Input changes
    • Network changes
    • Other changes

Description

Converting unsigned to signed int is illegal. Use size_t instead. Resolves compiler warnings.

Checklist

  • I have tested my changes locally and verified that they work as intended.
  • I have documented any new or modified functionality.
  • I have reviewed the changes to ensure they do not introduce any unnecessary complexity or duplicate code.
  • I understand that by submitting this pull request, I am agreeing to license my contributions under the project's license.

Converting unsigned to signed int is illegal. Use size_t instead.
@JeodC JeodC added the build Modification to the build system label May 20, 2024
@JeodC JeodC changed the title Silence cfile warnings Fix cfile warnings May 20, 2024
@JeodC JeodC requested a review from jcoby May 20, 2024 19:28
@JeodC JeodC closed this May 22, 2024
@JeodC JeodC deleted the cfile-warnings branch May 22, 2024 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Modification to the build system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant