Attention is currently required from: laforge.
Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/29975 )
Change subject: Support building with -Werror=strict-prototypes / -Werror=old-style-definition
......................................................................
Patch Set 2:
(3 comments)
File include/osmocom/vty/command.h:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-686):
https://gerrit.osmocom.org/c/libosmocore/+/29975/comment/b72cc5e2_4d65ddf9
PS2, Line 445: vector cmd_describe_command(vector vline, struct vty * vty, int *status);
"foo * bar" should be "foo *bar"
File src/select.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-686):
https://gerrit.osmocom.org/c/libosmocore/+/29975/comment/48c489c7_8692e5a8
PS2, Line 669: bool osmo_select_shutdown_done(void) {
open brace '{' following function definitions go on the next line
File src/vty/cpu_sched_vty.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-686):
https://gerrit.osmocom.org/c/libosmocore/+/29975/comment/62f56d39_6a50fb60
PS2, Line 92: static int get_num_cpus(void) {
open brace '{' following function definitions go on the next line
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/29975
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I84fd99442d0cc400fa562fa33623c142649230e2
Gerrit-Change-Number: 29975
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Thu, 03 Nov 2022 10:23:35 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: laforge.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmocore/+/29975
to look at the new patch set (#2).
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: I84fd99442d0cc400fa562fa33623c142649230e2
---
M include/osmocom/core/counter.h
M include/osmocom/core/select.h
M include/osmocom/gprs/gprs_bssgp.h
M include/osmocom/gsm/gsm0808.h
M include/osmocom/vty/command.h
M include/osmocom/vty/logging.h
M src/counter.c
M src/gb/gprs_bssgp.c
M src/gsm/gsm0808.c
M src/select.c
M src/time_cc.c
M src/vty/cpu_sched_vty.c
M src/vty/logging_vty.c
M src/vty/stats_vty.c
M utils/osmo-aka-verify.c
M utils/osmo-auc-gen.c
16 files changed, 25 insertions(+), 25 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/75/29975/2
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/29975
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I84fd99442d0cc400fa562fa33623c142649230e2
Gerrit-Change-Number: 29975
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: osmith.
osmith has uploaded a new patch set (#5) to the change originally created by laforge. ( https://gerrit.osmocom.org/c/osmo-e1-hardware/+/29921 )
Change subject: contrib/jenkins.sh: Build e1-tracer host software
......................................................................
contrib/jenkins.sh: Build e1-tracer host software
Run the different job types based on a new environment variable, as the
software has to be built with a different docker image. The related
osmo-ci patch adjusts the jenkins jobs accordingly.
Co-developed-by: Oliver Smith <osmith(a)sysmocom.de>
Related: osmo-ci I90fbe72c722e491f41b9607d1a6389964d7e43b4
Change-Id: I26e839de419c6eb86bf2a6250a1adf06b761d1fa
---
M contrib/jenkins.sh
1 file changed, 67 insertions(+), 53 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1-hardware refs/changes/21/29921/5
--
To view, visit https://gerrit.osmocom.org/c/osmo-e1-hardware/+/29921
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1-hardware
Gerrit-Branch: master
Gerrit-Change-Id: I26e839de419c6eb86bf2a6250a1adf06b761d1fa
Gerrit-Change-Number: 29921
Gerrit-PatchSet: 5
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newpatchset
laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/29976 )
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: I5ca56d885b5ce4d4c9f91ffc083c05a48d1306e4
---
M src/trau/osmo_ortp.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/76/29976/1
diff --git a/src/trau/osmo_ortp.c b/src/trau/osmo_ortp.c
index 5761d78..b681888 100644
--- a/src/trau/osmo_ortp.c
+++ b/src/trau/osmo_ortp.c
@@ -262,7 +262,7 @@
return 0;
}
-static void create_payload_types()
+static void create_payload_types(void)
{
PayloadType *pt;
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/29976
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I5ca56d885b5ce4d4c9f91ffc083c05a48d1306e4
Gerrit-Change-Number: 29976
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange
Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/29975 )
Change subject: Support building with -Werror=strict-prototypes / -Werror=old-style-definition
......................................................................
Patch Set 1:
(3 comments)
File include/osmocom/vty/command.h:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-683):
https://gerrit.osmocom.org/c/libosmocore/+/29975/comment/67fb4827_559acc14
PS1, Line 445: vector cmd_describe_command(vector vline, struct vty * vty, int *status);
"foo * bar" should be "foo *bar"
File src/select.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-683):
https://gerrit.osmocom.org/c/libosmocore/+/29975/comment/dd53efbb_42466ed6
PS1, Line 669: bool osmo_select_shutdown_done(void) {
open brace '{' following function definitions go on the next line
File src/vty/cpu_sched_vty.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-683):
https://gerrit.osmocom.org/c/libosmocore/+/29975/comment/4822a614_18d4da93
PS1, Line 92: static int get_num_cpus(void) {
open brace '{' following function definitions go on the next line
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/29975
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I84fd99442d0cc400fa562fa33623c142649230e2
Gerrit-Change-Number: 29975
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-CC: Jenkins Builder
Gerrit-Comment-Date: Thu, 03 Nov 2022 10:15:39 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment