Harald Welte has submitted this change and it was merged.

Change subject: xua_test.c: remove useless keyword in struct declaration
......................................................................


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(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I5cea7b6ec2cc755ad8cec69b771f6e3b297e607d
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to