Attention is currently required from: laforge, neels, pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/35678?usp=email )
Change subject: tests/sockaddr_str: fix dead code, print some errno values
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS1:
> Why not removing it? that code seems totally dead to me.
Because it does not look totally dead to me. I guess the author of this code wanted to look an errno up in the value-string and fall back to printing `rc < 0` or `rc > 0` if it's not present. I updated the patch to do so.
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/35678?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I45e9044f80e1f634c811e729f4314ec9bcf6a9ad
Gerrit-Change-Number: 35678
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 25 Jan 2024 18:08:22 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: fixeria, laforge.
Hello Jenkins Builder, laforge,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmocore/+/35678?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Code-Review+1 by laforge, Verified+1 by Jenkins Builder
Change subject: tests/sockaddr_str: fix dead code, print some errno values
......................................................................
tests/sockaddr_str: fix dead code, print some errno values
This fixes a -Wunused-function warning thrown by clang.
Change-Id: I45e9044f80e1f634c811e729f4314ec9bcf6a9ad
---
M tests/sockaddr_str/sockaddr_str_test.c
M tests/sockaddr_str/sockaddr_str_test.ok
2 files changed, 93 insertions(+), 87 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/78/35678/2
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/35678?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I45e9044f80e1f634c811e729f4314ec9bcf6a9ad
Gerrit-Change-Number: 35678
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newpatchset