[MERGED] osmo-bts[master]: fix two compiler warnings: add two opaque struct declarations

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
Fri Jun 17 15:34:57 UTC 2016


Harald Welte has submitted this change and it was merged.

Change subject: fix two compiler warnings: add two opaque struct declarations
......................................................................


fix two compiler warnings: add two opaque struct declarations

Change-Id: Ie12eeff753e399b28a816893ac4d23e1cd391025
---
M tests/stubs.c
1 file changed, 3 insertions(+), 0 deletions(-)

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



diff --git a/tests/stubs.c b/tests/stubs.c
index d6ef263..aeb7014 100644
--- a/tests/stubs.c
+++ b/tests/stubs.c
@@ -1,5 +1,8 @@
 #include <osmo-bts/bts.h>
 
+struct femtol1_hdl;
+struct bts_model_set_dyn_pdch_data;
+
 /*
  * Stubs to provide an empty bts model implementation for testing.
  * If we ever want to re-define such a symbol we can make them weak

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie12eeff753e399b28a816893ac4d23e1cd391025
Gerrit-PatchSet: 3
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: Jenkins Builder



More information about the gerrit-log mailing list