From: Martin Willi Date: Tue, 15 Oct 2013 13:15:45 +0000 (+0200) Subject: unit-tests: Fix a compiler warning in identification tests X-Git-Tag: 5.1.2dr1~33^2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1254ad01b9f7977b0d2d7be8f734f8c10a702727;p=thirdparty%2Fstrongswan.git unit-tests: Fix a compiler warning in identification tests --- diff --git a/src/libstrongswan/tests/suites/test_identification.c b/src/libstrongswan/tests/suites/test_identification.c index 1dc6776d16..edf53f0fdb 100644 --- a/src/libstrongswan/tests/suites/test_identification.c +++ b/src/libstrongswan/tests/suites/test_identification.c @@ -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;