Branch: refs/heads/master Home: https://github.com/fabbione/kronosnet Commit: 0ed37216fd40bea8fa42ab21d38fcf2c629cf4e0 https://github.com/fabbione/kronosnet/commit/0ed37216fd40bea8fa42ab21d38fcf2... Author: Michele Baldessari michele@acksyn.org Date: 2016-05-15 (Sun, 15 May 2016)
Changed paths: M libknet/threads_send_recv.c
Log Message: ----------- Initialize savederrno variable
This fixes an error seen on F23 arm/gcc: In file included from threads_send_recv.c:26:0: threads_send_recv.c: In function '_handle_send_to_links_thread': logging.h:19:2: error: 'savederrno' may be used uninitialized in this function [-Werror=maybe-uninitialized] log_msg(knet_h, subsys, KNET_LOG_ERR, fmt, ##args) ^ threads_send_recv.c:475:6: note: 'savederrno' was declared here int savederrno, docallback = 0; ^ cc1: all warnings being treated as errors Makefile:843: recipe for target 'libknet_la-threads_send_recv.lo' failed make[2]: *** [libknet_la-threads_send_recv.lo] Error 1 make[2]: Leaving directory '/home/jenkins/workspace/kronosnet/arm-fedora-23-gcc/libknet' Makefile:506: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/jenkins/workspace/kronosnet/arm-fedora-23-gcc' Makefile:417: recipe for target 'all' failed make: *** [all] Error 2
Commit: d22c3822a4eab671940eeea134737614bfbbf5e2 https://github.com/fabbione/kronosnet/commit/d22c3822a4eab671940eeea13473761... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2016-05-16 (Mon, 16 May 2016)
Changed paths: M libknet/threads_send_recv.c
Log Message: ----------- Merge pull request #4 from mbaldessari/arm-fix
Initialize savederrno variable
Compare: https://github.com/fabbione/kronosnet/compare/004bd26a1753...d22c3822a4ea