Attention is currently required from: fixeria.
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmocom-bb/+/27870 )
Change subject: firmware/layer1: fix unused variable 'l1h' [-Wunused-variable]
......................................................................
Patch Set 1:
(1 comment)
File src/target/firmware/layer1/l23_api.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/27870/comment/07d6c106_e24acd18
PS1, Line 347: static void l1ctl_rx_dm_rel_req(void)
I'd rather keep passing msg here, as in all other functions.
If it's not used, set attribute unused to the function or do in the function:
(void)msg;
--
To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/27870
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: If8c3da3908c1dab7a93e69daee13426f9bdbccad
Gerrit-Change-Number: 27870
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 21 Apr 2022 14:08:18 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment