Skip to content

Commit

Permalink
Suppress a warning in some features configuations
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Dec 16, 2024
1 parent 7c9a04c commit 0edd2b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ pub trait ObjectFactory: Debug + Send + Sync {
Ok(obj)
}

#[allow(dead_code)]
fn set_attribute_default(
&self,
attr: CK_ATTRIBUTE_TYPE,
Expand Down

0 comments on commit 0edd2b2

Please sign in to comment.