This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Patch Set 1: Code-Review-1
(2 comments)
Thanks for pushing, it seems as of current master this prevents libosmo-sccp to build
https://gerrit.osmocom.org/#/c/3030/1/tests/xua/xua_test.c
File tests/xua/xua_test.c:
Line 158: printf(" %s\n", osmo_hexdump_nospc((void*)gt_in, sizeof(struct osmo_sccp_gt)));
It should be casted to const unsigned char *:
char *osmo_hexdump_nospc(const unsigned char *buf, int len)
Line 171: printf(" %s\n", osmo_hexdump_nospc((void*)>_out, sizeof(struct osmo_sccp_gt)));
Same with this one
--
To view, visit https://gerrit.osmocom.org/3030
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Iab5529f6919fd22902a8b39e8a52079f08deb851
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-HasComments: Yes