aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-04-20 19:58:53 +0200
committerlaforge <laforge@osmocom.org>2020-04-20 18:18:05 +0000
commit74632859941d51a4f645d844cbb58709a8473443 (patch)
tree2fa5dd509ef17799e62e535ecf8c087eebc32776 /include/osmocom
parente981f17200bf3a5d5114f46d9f7515fd10b96dbb (diff)
handorer.h: Fix compilation with gcc-10
/usr/bin/ld: bsc_subscr_conn_fsm.o:/home/laforge/projects/git/osmo-bsc/src/osmo-bsc/../../include/osmocom/bsc/handover.h:26: multiple definition of `mr'; abis_rsl.o:/home/laforge/projects/git/osmo-bsc/src/osmo-bsc/../../include/osmocom/bsc/handover.h:26: first defined here See also https://alioth-lists.debian.net/pipermail/debian-mobcom-maintainers/Week-of-Mon-20200413/000649.html Change-Id: Ic21af84f2a6de48d220940f30dad02a0e7683ce8
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/bsc/handover.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/handover.h b/include/osmocom/bsc/handover.h
index b00ee60f8..d22ac8696 100644
--- a/include/osmocom/bsc/handover.h
+++ b/include/osmocom/bsc/handover.h
@@ -23,7 +23,7 @@ struct gsm_network;
struct gsm_lchan;
struct gsm_bts;
struct gsm_subscriber_connection;
-struct gsm_meas_rep mr;
+struct gsm_meas_rep;
enum handover_result {
HO_RESULT_OK,