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 error with clang 19 #490

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

Biswa96
Copy link

@Biswa96 Biswa96 commented Jan 6, 2025

This commit fixes the following compiler error.

src/PYLibPinyin.h:53:32: error: unknown type name 'FILE'
   53 |     gboolean exportUserPhrase (FILE *dictfile);
      |                                ^

This commit fixes the following compiler error.

src/PYLibPinyin.h:53:32: error: unknown type name 'FILE'
   53 |     gboolean exportUserPhrase (FILE *dictfile);
      |                                ^
@epico epico merged commit ce5a8e0 into libpinyin:main Jan 7, 2025
1 check passed
@epico
Copy link
Member

epico commented Jan 7, 2025

Thanks for the patch!

@Biswa96 Biswa96 deleted the clang-error branch January 7, 2025 06:38
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.

2 participants