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 compilation on armv7-unknown-freebsd #518

Merged
merged 2 commits into from Jan 17, 2023
Merged

Conversation

sunfishcode
Copy link
Member

Use time_t::MAX to avoid depending on the relationship between time_t and c_long.

Use `time_t::MAX` to avoid depending on the relationship between
`time_t` and `c_long`.
@sunfishcode sunfishcode merged commit 89a485e into main Jan 17, 2023
@sunfishcode sunfishcode deleted the sunfishcode/armv7-freebsd branch January 17, 2023 19:55
sunfishcode added a commit that referenced this pull request Jan 17, 2023
* Fix compilation on armv7-unknown-freebsd

Use `time_t::MAX` to avoid depending on the relationship between
`time_t` and `c_long`.

* Silence the deprecation warning about `time_t`.
sunfishcode added a commit that referenced this pull request Jan 17, 2023
* Fix compilation on armv7-unknown-freebsd

Use `time_t::MAX` to avoid depending on the relationship between
`time_t` and `c_long`.

* Silence the deprecation warning about `time_t`.
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.

None yet

1 participant