aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/subscr
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-12-08 11:53:34 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-09 08:59:36 +0100
commit901c40f55041d72220403c653646a2e8f82f1924 (patch)
tree5c5b48eb08dd1ddf58434f406cbee9cadbfb8f95 /openbsc/tests/subscr
parentaf792d6bb272e14585d26c6c488d592b20fcf9c4 (diff)
sgsn: Remove warnings
Remove warnings related to the SGSN specific code. Sponsored-by: On-Waves ehf
Diffstat (limited to 'openbsc/tests/subscr')
-rw-r--r--openbsc/tests/subscr/subscr_test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbsc/tests/subscr/subscr_test.c b/openbsc/tests/subscr/subscr_test.c
index fdd5cd848..277fc8866 100644
--- a/openbsc/tests/subscr/subscr_test.c
+++ b/openbsc/tests/subscr/subscr_test.c
@@ -35,7 +35,6 @@ static struct gsm_subscriber_group dummy_sgrp;
static void test_subscr(void)
{
- int rc;
struct gsm_subscriber *subscr;
const char *imsi = "1234567890";
@@ -88,8 +87,6 @@ static void test_subscr(void)
int main()
{
- char scratch_str[256];
-
printf("Testing subscriber core code.\n");
osmo_init_logging(&log_info);
log_set_print_filename(osmo_stderr_target, 0);