aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/scheduler_trx.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-01-12 16:11:12 +0100
committerHarald Welte <laforge@osmocom.org>2020-01-12 16:11:12 +0100
commit113712c728f4abc07b07a1ab62c027b8e7690349 (patch)
tree5e863c4f1737c73b97d5952247736a9a1dc9dbce /src/osmo-bts-trx/scheduler_trx.c
parente5711efbb54c31afec2eb6791c5ce25f9eec785d (diff)
rsl.c: Fix compiler error on gcc-9.2.1
rsl.c: In function ‘rsl_rx_ipac_XXcx’: rsl.c:2147:39: error: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 28 [-Werror=format-truncation=] 2147 | snprintf(cname, sizeof(cname), "bts@%s", ipstr); | ^~ rsl.c:2147:3: note: ‘snprintf’ output between 5 and 260 bytes into a destination of size 32 2147 | snprintf(cname, sizeof(cname), "bts@%s", ipstr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Change-Id: Id982a814f401e304327d25c77666f039bc156c1f
Diffstat (limited to 'src/osmo-bts-trx/scheduler_trx.c')
0 files changed, 0 insertions, 0 deletions