aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac_meas.cpp
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-09-01 14:36:44 +0200
committerMax <msuraev@sysmocom.de>2017-09-04 13:06:01 +0000
commit5a6bcfb7977b9db8964016582e51218a60c8431f (patch)
tree79b420a59524b92b0b853afbf7ff948187959a1a /src/gprs_rlcmac_meas.cpp
parent8bfa659087756056cc6c131d27c88807787f7c05 (diff)
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
Diffstat (limited to 'src/gprs_rlcmac_meas.cpp')
-rw-r--r--src/gprs_rlcmac_meas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs_rlcmac_meas.cpp b/src/gprs_rlcmac_meas.cpp
index d6bbc196..41a75316 100644
--- a/src/gprs_rlcmac_meas.cpp
+++ b/src/gprs_rlcmac_meas.cpp
@@ -28,7 +28,7 @@
/*
* downlink measurement
*/
-#warning "TODO: trigger the measurement report from the pollcontroller and use it for flow control"
+/* TODO: trigger the measurement report from the pollcontroller and use it for flow control */
/* received Measurement Report */
int gprs_rlcmac_meas_rep(Packet_Measurement_Report_t *pmr)