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

CheckedFile: Fix CPP redefinition warnings #301

Merged
merged 1 commit into from
Jun 23, 2024

Conversation

nh2
Copy link
Contributor

@nh2 nh2 commented Jun 23, 2024

Fixes #291.

The warning I got was "_LARGEFILE64_SOURCE" redefined".

Most likely, the same issue can exist for "__LARGE64_FILES"; applying the same fix it for that one as well even though I can't test it.

The warning I got was "_LARGEFILE64_SOURCE" redefined".

Most likely, the same issue can exist for "__LARGE64_FILES";
applying the same fix it for that one as well even though I can't test
it.
@asmaloney asmaloney merged commit b49544b into asmaloney:master Jun 23, 2024
6 of 12 checks passed
@asmaloney
Copy link
Owner

Thank you!

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.

Werror failing due to _LARGEFILE64_SOURCE
2 participants