mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 03:40:05 +01:00
Fix various gcc compiler warnings in tests.
This commit is contained in:
@@ -254,7 +254,7 @@ int crypt_decode_key(char *key, const char *hex, unsigned int size)
|
||||
|
||||
void global_log_callback(int level, const char *msg, void *usrptr)
|
||||
{
|
||||
int len;
|
||||
size_t len;
|
||||
|
||||
if (_debug) {
|
||||
if (level == CRYPT_LOG_DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user