unit-tests: Fix a compiler warning in identification tests
This commit is contained in:
@@ -179,7 +179,7 @@ static struct {
|
||||
START_TEST(test_from_string)
|
||||
{
|
||||
identification_t *a;
|
||||
chunk_t encoding, expected;
|
||||
chunk_t encoding, expected = chunk_empty;
|
||||
char *id;
|
||||
|
||||
id = string_data[_i].id;
|
||||
|
||||
Reference in New Issue
Block a user