Guest User

Untitled

a guest
Oct 18th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. DEP cache_mngt.c
  2. DEP data.c
  3. DEP cache.c
  4. DEP handlers.c
  5. DEP addr.c
  6. DEP msg.c
  7. DEP cache_mngr.c
  8. DEP doc.c
  9. DEP nl.c
  10. DEP family.c
  11. DEP attr.c
  12. DEP socket.c
  13. MAKE libnl.so.1.1
  14. CC socket.c
  15. In file included from socket.c:92:
  16. ../include/netlink-local.h: In function '__dp_dump':
  17. ../include/netlink-local.h:278: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result
  18. In file included from socket.c:92:
  19. ../include/netlink-local.h:341:1: warning: "offsetof" redefined
  20. In file included from /usr/include/linux/stddef.h:14,
  21. from /usr/include/linux/posix_types.h:4,
  22. from /usr/include/linux/types.h:8,
  23. from ../include/netlink-local.h:38,
  24. from socket.c:92:
  25. /usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/stddef.h:411:1: warning: this is the location of the previous definition
  26. CC attr.c
  27. In file included from attr.c:12:
  28. ../include/netlink-local.h: In function '__dp_dump':
  29. ../include/netlink-local.h:278: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result
  30. In file included from attr.c:12:
  31. ../include/netlink-local.h:341:1: warning: "offsetof" redefined
  32. In file included from /usr/include/linux/stddef.h:14,
  33. from /usr/include/linux/posix_types.h:4,
  34. from /usr/include/linux/types.h:8,
  35. from ../include/netlink-local.h:38,
  36. from attr.c:12:
  37. /usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/stddef.h:411:1: warning: this is the location of the previous definition
Add Comment
Please, Sign In to add comment