Advertisement
Guest User

Untitled

a guest
Aug 13th, 2014
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. /root/Downloads/Linux/UTIL/os/linux/../../os/linux/rt_linux.c:2298:21: warning: unused variable ‘net_dev’ [-Wunused-variable]
  2. struct net_device *net_dev = (struct net_device *)pNetDev;
  3. ^
  4. /root/Downloads/Linux/UTIL/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOsFreeSpinLock’:
  5. /root/Downloads/Linux/UTIL/os/linux/../../os/linux/rt_linux.c:4317:8: warning: assignment from incompatible pointer type [enabled by default]
  6. pLock = (OS_NDIS_MINIPORT_TIMER *) (pLockOrg->pContent);
  7. ^
  8. make[3]: *** [/root/Downloads/Linux/UTIL/os/linux/../../os/linux/rt_linux.o] Error 1
  9. make[2]: *** [_module_/root/Downloads/Linux/UTIL/os/linux] Error 2
  10. make[2]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
  11. make[1]: *** [osutil] Error 2
  12. make[1]: Leaving directory `/root/Downloads/Linux/UTIL'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement