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/genl
Коренберг Марк 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
..
ctrl.c genl: cleanup genl_ctrl_resolve() 2012-06-13 13:23:04 +02:00
family.c genl: updates to API reference documentation 2012-05-31 13:11:48 +02:00
genl.c Fix types-related warnings based on clang diagnostics 2012-06-13 13:30:26 +02:00
mngt.c genl: Support registration of families without depending on caches 2012-06-01 11:48:08 +02:00