Skip to content

Commit 81ff2b4

Browse files
committed
fix: unsused parameters
1 parent 0243b4e commit 81ff2b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/P11Attributes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ CK_RV P11Attribute::update(Token* token, bool isPrivate, CK_VOID_PTR pValue, CK_
500500
return CKR_ATTRIBUTE_READ_ONLY;
501501
}
502502

503-
CK_RV P11NonPrivateAttribute::retrieveAttrByteString(Token *token, bool isPrivate, OSAttribute *attr, ByteString &value)
503+
CK_RV P11NonPrivateAttribute::retrieveAttrByteString(Token* /*token*/, bool /*isPrivate*/, OSAttribute *attr, ByteString &value)
504504
{
505505
value = attr->getByteStringValue();
506506
return CKR_OK;

0 commit comments

Comments
 (0)