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 time type on i686 #46

Open
wants to merge 1 commit into
base: 1.23.x
Choose a base branch
from
Open

fix time type on i686 #46

wants to merge 1 commit into from

Conversation

mjg
Copy link

@mjg mjg commented Jan 19, 2024

Gcc14 turns some warnings into errors. Fix the time type error: mupdf uses int64_t internally, system libs use time_t which coincide in most architectures but not all of them.

Solves bug #707503

Gcc14 turns some warnings into errors. Fix the time type error: mupdf
uses int64_t internally, system libs use time_t which coincide in most
architectures but not all of them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant