Skip to content

Fix NSUInteger on arm64 (and x86_64). #188

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

VaslD
Copy link

@VaslD VaslD commented Apr 15, 2025

MultipartFormDataParser.m:420:73: warning: conflicting parameter types in implementation of 'numberOfBytesToLeavePendingWithData:length:encoding:': 'NSUInteger' (aka 'unsigned long') vs 'int' [-Wmismatched-parameter-types]

NSUIntegers are 64-bit on 64-bit platforms.

MultipartFormDataParser.m:420:73: warning: conflicting parameter types in implementation of 'numberOfBytesToLeavePendingWithData:length:encoding:': 'NSUInteger' (aka 'unsigned long') vs 'int' [-Wmismatched-parameter-types]
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.

1 participant