[MERGED] osmo-bts[master]: fix compiler warning: remove useless 'static' storage class ...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Jun 23 19:58:47 UTC 2016


Harald Welte has submitted this change and it was merged.

Change subject: fix compiler warning: remove useless 'static' storage class for struct decl
......................................................................


fix compiler warning: remove useless 'static' storage class for struct decl

Change-Id: I4d5d11dd89449e4c9315f963576265bccad7e68c
---
M src/osmo-bts-litecell15/calib_file.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Holger Freyther: Looks good to me, approved



diff --git a/src/osmo-bts-litecell15/calib_file.c b/src/osmo-bts-litecell15/calib_file.c
index 3bc788c..a9e8629 100644
--- a/src/osmo-bts-litecell15/calib_file.c
+++ b/src/osmo-bts-litecell15/calib_file.c
@@ -87,7 +87,7 @@
 	},
 };
 
-static struct calTbl_t
+struct calTbl_t
 {
     union
     {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4d5d11dd89449e4c9315f963576265bccad7e68c
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list