Review at  https://gerrit.osmocom.org/2997

xua_test.c: remove useless keyword in struct declaration

Fixes following warning:
warning: useless storage class specifier in empty declaratio

Change-Id: I5cea7b6ec2cc755ad8cec69b771f6e3b297e607d
---
M tests/xua/xua_test.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/97/2997/1

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 @@
 
 /* SCCP Address Parsing */
 
-static struct sccp_addr_testcase {
+struct sccp_addr_testcase {
        struct osmo_sccp_addr expected;
        uint8_t *bin;
        unsigned int bin_len;

-- 
To view, visit https://gerrit.osmocom.org/2997
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5cea7b6ec2cc755ad8cec69b771f6e3b297e607d
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>

Reply via email to