aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-06-21 11:11:37 +0200
committerHarald Welte <laforge@gnumonks.org>2017-06-22 06:23:04 +0000
commit19c5c07525ef756f39be2f9d4777c2483e9e32fa (patch)
tree1070c7607e34f901989db105c7ff0a1a64d2fdb2 /tests
parent2abc1d5c7f2f10aa8b79b60f5d4ff9796a43bdd1 (diff)
xua_test.c: remove useless keyword in struct declaration
Fixes following warning: warning: useless storage class specifier in empty declaratio Change-Id: I5cea7b6ec2cc755ad8cec69b771f6e3b297e607d
Diffstat (limited to 'tests')
-rw-r--r--tests/xua/xua_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xua/xua_test.c b/tests/xua/xua_test.c
index d1aa564..da3ee95 100644
--- a/tests/xua/xua_test.c
+++ b/tests/xua/xua_test.c
@@ -54,7 +54,7 @@ static void test_isup_parse(void)
/* SCCP Address Parsing */
-static struct sccp_addr_testcase {
+struct sccp_addr_testcase {
struct osmo_sccp_addr expected;
uint8_t *bin;
unsigned int bin_len;