From c373448e03f12f8f7e5da1d894d63d7bc79eef4a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 19 Sep 2011 20:46:51 +0200 Subject: fix various compiler warnings across the code this deals with unused cocde, unused variables and undeclared symbols in various places. --- src/common/vty.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/vty.c') diff --git a/src/common/vty.c b/src/common/vty.c index b8fea042..741899c5 100644 --- a/src/common/vty.c +++ b/src/common/vty.c @@ -419,4 +419,6 @@ int bts_vty_init(const struct log_info *cat) install_element(BTS_NODE, &cfg_no_description_cmd); install_element(ENABLE_NODE, &bts_t_t_l_jitter_buf_cmd); + + return 0; } -- cgit v1.2.3