[PATCH] 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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Jun 16 02:33:38 UTC 2016


Review at  https://gerrit.osmocom.org/289

fix two compiler warnings: add two opaque struct declarations

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


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/89/289/1

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: newchange
Gerrit-Change-Id: Ie12eeff753e399b28a816893ac4d23e1cd391025
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list