Skip to content

Fix compiler warning in smb.c #15902

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

Closed
wants to merge 2 commits into from
Closed

Fix compiler warning in smb.c #15902

wants to merge 2 commits into from

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?

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

pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
An old version of GCC (4.5.2 on a mipsel) moans about the constant being
too big to fit in a long.

Closes curl#15902
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