aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-06-21 19:44:33 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-23 19:58:47 +0000
commit64e3813b060d626ae9f767238ca018e0f697adf0 (patch)
tree1375abe14e3e81d6327c1073cb31c96d29948f65 /src
parent9797a72cd7a259a642ce776519f0d34f3e7338e6 (diff)
fix compiler warning: remove useless 'static' storage class for struct decl
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-litecell15/calib_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-litecell15/calib_file.c b/src/osmo-bts-litecell15/calib_file.c
index 3bc788c4..a9e86293 100644
--- a/src/osmo-bts-litecell15/calib_file.c
+++ b/src/osmo-bts-litecell15/calib_file.c
@@ -87,7 +87,7 @@ static const struct calib_file_desc calib_files[] = {
},
};
-static struct calTbl_t
+struct calTbl_t
{
union
{