Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kronosnet: update to 1.18 | Oleksandr Kravchuk | 2020-07-28 | 1 | -23/+0 |
| | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | kronoset: Disable sign-compare with clang | Khem Raj | 2020-03-09 | 1 | -0/+6 |
| | | | | | | | | | | clang isn't suppressing warnings from system headers like it should Fixes ../../git/libknet/transport_udp.c:326:48: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare] for (cmsg = CMSG_FIRSTHDR(&msg);cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) { ^~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | kronosnet: Add recipe | Khem Raj | 2020-03-08 | 1 | -0/+17 |
Signed-off-by: Khem Raj <raj.khem@gmail.com> |