dect
/
libnl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libnl/lib
Коренберг Марк 2bdcde7e8e Fix types-related warnings based on clang diagnostics
1. Fix some places where unsigned value compared < 0
2. Fix obsolete %Z specifier to more portable %z
3. Some erroneous types substitution
4. nl_msec2str() - 64-bit msec is now properly used,

Only safe changes. I mean int <--> uint32_t and signed/unsigned fixes.
Some functinos require size_t argument instead of int, but changes of
signatures of that functions is terrible thing.

Also, I do not pretend for a full list of fixes.
Just to shut up clang -Wall -Wextra

One more thing. ifindex. I don't change that because changes will
be too big for simple fix.
2012-06-13 13:30:26 +02:00
..
cli Support plug qdisc - queue traffic until explicit release 2012-02-14 12:02:04 +01:00
fib_lookup doc: documentation restructuring 2012-05-10 12:03:59 +02:00
genl Fix types-related warnings based on clang diagnostics 2012-06-13 13:30:26 +02:00
netfilter FTBFS with musl libc: Missing includes 2012-05-13 11:18:28 +02:00
route Fix types-related warnings based on clang diagnostics 2012-06-13 13:30:26 +02:00
.gitignore Build separate libraries for each netilnk family 2008-05-15 18:01:50 +02:00
Makefile.am Support plug qdisc - queue traffic until explicit release 2012-02-14 12:02:04 +01:00
addr.c Fix types-related warnings based on clang diagnostics 2012-06-13 13:30:26 +02:00
attr.c Fix types-related warnings based on clang diagnostics 2012-06-13 13:30:26 +02:00
cache.c Fix for dumping objects to a buffer instead of file descriptor 2012-05-18 15:03:46 +02:00
cache_mngr.c doc: documentation restructuring 2012-05-10 12:03:59 +02:00
cache_mngt.c doc: documentation restructuring 2012-05-10 12:03:59 +02:00
data.c Fix types-related warnings based on clang diagnostics 2012-06-13 13:30:26 +02:00
error.c Support for NLM_F_INTR 2011-07-14 10:51:49 +02:00
handlers.c doc: documentation restructuring 2012-05-10 12:03:59 +02:00
msg.c Fix types-related warnings based on clang diagnostics 2012-06-13 13:30:26 +02:00
nl.c Fix types-related warnings based on clang diagnostics 2012-06-13 13:30:26 +02:00
object.c Fix types-related warnings based on clang diagnostics 2012-06-13 13:30:26 +02:00
socket.c doc: documentation restructuring 2012-05-10 12:03:59 +02:00
utils.c Fix types-related warnings based on clang diagnostics 2012-06-13 13:30:26 +02:00