laforge has uploaded a new patch set (#2). ( https://gerrit.osmocom.org/c/osmo-bsc/+/29982 )
Change subject: Support building with -Werror=strict-prototypes / -Werror=old-style-definition ......................................................................
Support building with -Werror=strict-prototypes / -Werror=old-style-definition
Unfortunately "-std=c99" is not sufficient to make gcc ignore cold that uses constructs of earlier C standards, which were abandoned in C99.
See https://lwn.net/ml/fedora-devel/Y1kvF35WozzGBpc8@redhat.com/ for some related discussion.
Change-Id: Ic92aa70d569778a776f4c5d24c455f71fd50b61b --- M include/osmocom/bsc/assignment_fsm.h M include/osmocom/bsc/bsc_stats.h M include/osmocom/bsc/bsc_subscr_conn_fsm.h M include/osmocom/bsc/chan_counts.h M include/osmocom/bsc/handover_fsm.h M include/osmocom/bsc/handover_vty.h M include/osmocom/bsc/lb.h M include/osmocom/bsc/lchan_fsm.h M include/osmocom/bsc/neighbor_ident.h M include/osmocom/bsc/osmo_bsc.h M src/ipaccess/abisip-find.c M src/osmo-bsc/assignment_fsm.c M src/osmo-bsc/bsc_stats.c M src/osmo-bsc/bsc_subscr_conn_fsm.c M src/osmo-bsc/bssmap_reset.c M src/osmo-bsc/chan_counts.c M src/osmo-bsc/handover_fsm.c M src/osmo-bsc/handover_vty.c M src/osmo-bsc/lb.c M src/osmo-bsc/lchan_fsm.c M src/osmo-bsc/lchan_rtp_fsm.c M src/osmo-bsc/neighbor_ident.c M src/osmo-bsc/neighbor_ident_vty.c M src/osmo-bsc/osmo_bsc_main.c 24 files changed, 41 insertions(+), 40 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/82/29982/2