Skip to content

Commit

Permalink
Fix additional warnings in test
Browse files Browse the repository at this point in the history
error: unused variable 'ON_TOKEN' [-Werror,-Wunused-const-variable]
error: unused variable 'IS_PRIVATE' [-Werror,-Wunused-const-variable]
  • Loading branch information
bjosv committed Dec 5, 2024
1 parent bae6c48 commit 83054fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/test/SymmetricAlgorithmTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@
#include "SymmetricAlgorithmTests.h"

// CKA_TOKEN
const CK_BBOOL ON_TOKEN = CK_TRUE;
const CK_BBOOL IN_SESSION = CK_FALSE;

// CKA_PRIVATE
const CK_BBOOL IS_PRIVATE = CK_TRUE;
const CK_BBOOL IS_PUBLIC = CK_FALSE;

#define NR_OF_BLOCKS_IN_TEST 0x10001
Expand Down

0 comments on commit 83054fa

Please sign in to comment.