Advertisement
Guest User

Untitled

a guest
Aug 26th, 2014
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. CC net/core/link_watch.o
  2. CC net/core/filter.o
  3. CC net/core/sock_diag.o
  4. CC net/core/dev_ioctl.o
  5. In file included from include/asm-generic/bug.h:13:0,
  6. from arch/openrisc/include/generated/asm/bug.h:1,
  7. from include/linux/bug.h:4,
  8. from include/linux/thread_info.h:11,
  9. from include/asm-generic/preempt.h:4,
  10. from arch/openrisc/include/generated/asm/preempt.h:1,
  11. from include/linux/preempt.h:18,
  12. from include/linux/spinlock.h:50,
  13. from include/linux/mmzone.h:7,
  14. from include/linux/gfp.h:5,
  15. from include/linux/kmod.h:22,
  16. from net/core/dev_ioctl.c:1:
  17. net/core/dev_ioctl.c: In function ‘dev_ifsioc_locked’:
  18. include/linux/kernel.h:713:17: warning: comparison of distinct pointer types lacks a cast
  19. (void) (&_min1 == &_min2); \
  20. ^
  21. net/core/dev_ioctl.c:148:11: note: in expansion of macro ‘min’
  22. min(sizeof ifr->ifr_hwaddr.sa_data, (size_t) dev->addr_len));
  23. ^
  24. net/core/dev_ioctl.c: In function ‘dev_ifsioc’:
  25. include/linux/kernel.h:713:17: warning: comparison of distinct pointer types lacks a cast
  26. (void) (&_min1 == &_min2); \
  27. ^
  28. net/core/dev_ioctl.c:268:10: note: in expansion of macro ‘min’
  29. min(sizeof ifr->ifr_hwaddr.sa_data, (size_t) dev->addr_len));
  30. ^
  31. CC net/core/net-sysfs.o
  32. CC net/core/net-procfs.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement