Skip to content

compile: add "#[allow(dead_code)]" to where it is needed#3

Merged
charmitro merged 1 commit intomasterfrom
ignore-unused
May 24, 2025
Merged

compile: add "#[allow(dead_code)]" to where it is needed#3
charmitro merged 1 commit intomasterfrom
ignore-unused

Conversation

@charmitro
Copy link
Owner

We have a couple of dead_code clippy warnings due to the fact that freebsd and windows implementation is not there yet but the stub code is present.

Until we have the implementations in-place, just ignore the warning by adding this to the unused declerations,
#[allow(dead_code)]

We have a couple of dead_code clippy warnings due to the fact that
freebsd and windows implementation is not there yet but the stub code
is present.

Until we have the implementations in-place, just ignore the warning by
adding this to the unused declerations,
	#[allow(dead_code)]

Signed-off-by: Charalampos Mitrodimas <charmitro@posteo.net>
@charmitro charmitro merged commit 5a1ecef into master May 24, 2025
8 checks passed
@charmitro charmitro deleted the ignore-unused branch May 24, 2025 14:36
@charmitro charmitro restored the ignore-unused branch June 28, 2025 15:30
@charmitro charmitro deleted the ignore-unused branch June 28, 2025 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant