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

warnings during build #27

Closed
Jean-Luc-Picard-2021 opened this issue May 23, 2024 · 1 comment
Closed

warnings during build #27

Jean-Luc-Picard-2021 opened this issue May 23, 2024 · 1 comment

Comments

@Jean-Luc-Picard-2021
Copy link

Building Scryer Prolog with:

$ cargo build --release

Recently shows warnings:

warning: struct `OrderedOpDirKey` is never constructed
warning: method `unify_big_num` is never used
warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected

Anything to worry about?

@aarroyoc
Copy link
Owner

It seems that the Rust compiler got better at detecting these things. But they were already there, so I won't worry too much

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

2 participants