Hi Marcelo, On Thu, Mar 10, 2016 at 6:31 PM, <marcelo.leitner@xxxxxxxxx> wrote: > On Thu, Mar 10, 2016 at 09:54:26AM +0100, yegorslists@xxxxxxxxxxxxxx wrote: >> From: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx> >> >> Replace __BEGIN_DECLS/__END_DECLS macros with following blocks: >> >> extern "C" { >> >> } >> >> __BEGIN_DECLS/__END_DECLS are not part of all C libraries. >> >> Signed-off-by: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx> > > Applied, thanks Yegor. FYI: have tried to compile lksctp-tools with clang and found these warnings: CC bindx.lo CC connectx.lo ../../../src/lib/connectx.c:71:17: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (addrs_size < 0) ~~~~~~~~~~ ^ ~ ../../../src/lib/connectx.c:122:17: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (addrs_size < 0) ~~~~~~~~~~ ^ ~ ../../../src/lib/connectx.c:136:17: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (addrs_size < 0) ~~~~~~~~~~ ^ ~ Yegor -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html