From 5a6bcfb7977b9db8964016582e51218a60c8431f Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 1 Sep 2017 14:36:44 +0200 Subject: cosmetic: convert explicit warnings to fixme/todo We do not use this style (#warning as an issue tracker replacement) in any other Osmocom project. Also those warnings clutter compiler output making it harder to spot warnings for the actual code. Change-Id: I72070e2a027e60e8b80c12ccfa23ff075434689f --- src/bts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bts.cpp') diff --git a/src/bts.cpp b/src/bts.cpp index add6ab35..b7685698 100644 --- a/src/bts.cpp +++ b/src/bts.cpp @@ -649,7 +649,7 @@ int BTS::rcv_rach(uint16_t ra, uint32_t Fn, int16_t qta, uint8_t is_11bit, } } else { // Create new TBF - #warning "Copy and paste with other routines.." + /* FIXME: Copy and paste with other routines.. */ if (is_11bit) { tbf = tbf_alloc_ul_tbf(&m_bts, NULL, -1, 0, -- cgit v1.2.3