added missing UNUSED modificator to countRepeatedKeySize
This commit is contained in:
parent
e293b2f371
commit
2f8ca17e50
@ -351,7 +351,7 @@ unsigned long countUnusedKeySize(char *text, char *key)
|
|||||||
return returning;
|
return returning;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned long countRepeatedKeySize(char *text, char *key)
|
unsigned long countRepeatedKeySize(UNUSED char *text, UNUSED char *key)
|
||||||
{
|
{
|
||||||
//TODO: FIX
|
//TODO: FIX
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user