added missing UNUSED modificator to countRepeatedKeySize

This commit is contained in:
Václav Šmejkal 2022-08-24 14:57:33 +02:00
parent e293b2f371
commit 2f8ca17e50
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -351,7 +351,7 @@ unsigned long countUnusedKeySize(char *text, char *key)
return returning;
}
unsigned long countRepeatedKeySize(char *text, char *key)
unsigned long countRepeatedKeySize(UNUSED char *text, UNUSED char *key)
{
//TODO: FIX
return 0;