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/.
Kévin Redon gerrit-no-reply at lists.osmocom.orgKévin Redon has submitted this change and it was merged. ( https://gerrit.osmocom.org/11342 )
Change subject: Fix compiler warning: no-return-in-nonvoid-function simtrace2_usb.c
......................................................................
Fix compiler warning: no-return-in-nonvoid-function simtrace2_usb.c
RPM post-build-checks found some issue and marks these as error:
[ 61s] I: Program returns random data in a function
[ 61s] E: simtrace2 no-return-in-nonvoid-function simtrace2_usb.c:88
Change-Id: Id16fb7fc4f13176b2b6443af02a5848d8fcfb069
---
M host/simtrace2_usb.c
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Kévin Redon: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/host/simtrace2_usb.c b/host/simtrace2_usb.c
index cdfe29e..1e3104a 100644
--- a/host/simtrace2_usb.c
+++ b/host/simtrace2_usb.c
@@ -85,4 +85,5 @@
{
libusb_init(NULL);
find_devices();
+ return 0;
}
--
To view, visit https://gerrit.osmocom.org/11342
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Id16fb7fc4f13176b2b6443af02a5848d8fcfb069
Gerrit-Change-Number: 11342
Gerrit-PatchSet: 2
Gerrit-Owner: roox <mardnh at gmx.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Kévin Redon <kredon at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181013/423f816f/attachment.htm>