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

Compile warnings #40

Open
azun-c opened this issue Jun 20, 2024 · 1 comment
Open

Compile warnings #40

azun-c opened this issue Jun 20, 2024 · 1 comment

Comments

@azun-c
Copy link

azun-c commented Jun 20, 2024

I'm currently getting these warnings with ClippingBezier and PerformanceBezier when integrating via SPM

warnings

Can you please fix the warnings?

PS: I'm working on a 0-warning project. 🥹 I cannot find a way to suppress SPM's package warnings.

@azun-c
Copy link
Author

azun-c commented Jun 21, 2024

This can suppress the warnings:

but it doesn't support versioned dependencies:

About the root cause of the warnings:

So to fix the warnings, we should either import the headers or remove them totally. It appears that removing them is not so reasonable, because they're being used internally.

@adamwulf can you help to fix the warnings? just by importing them to the module. 🙇

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

No branches or pull requests

1 participant