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 compiler warning in smb.c #15902

Closed
wants to merge 2 commits into from
Closed

Conversation

prpr19xx
Copy link
Contributor

@prpr19xx prpr19xx commented Jan 2, 2025

An old version of GCC (which is not updatable on the target system) moans about the constant being too big to fit in a long.

An old version of GCC (which is not updatable on the target system) moans about the constant being too big to fit in a long.
@github-actions github-actions bot added the SMB label Jan 2, 2025
@vszakats
Copy link
Member

vszakats commented Jan 2, 2025

Out of curiosity, which GCC version (and platform) is this?

lib/smb.c Outdated Show resolved Hide resolved
lib/smb.c Outdated Show resolved Hide resolved
Updated to use CURL_OFF_T_C instead of LL
@bagder bagder closed this in d984209 Jan 2, 2025
@bagder
Copy link
Member

bagder commented Jan 2, 2025

Thanks!

@prpr19xx prpr19xx deleted the prpr19xx-smb-fix branch January 2, 2025 17:09
@Y3lima
Copy link

Y3lima commented Jan 3, 2025

x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

4 participants