Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. CC drivers/amlogic/tvin/bt656/bt656_601_in.o
  2. CC drivers/cpufreq/cpufreq_governor.o
  3. In file included from /media/sourcecode/amlogic/codeamlogic/common/drivers/amlogic/tvin/bt656/bt656_601_in.c:45:0:
  4. /media/sourcecode/amlogic/codeamlogic/common/drivers/amlogic/tvin/bt656/bt656_601_in.c: In function ‘reg_store’:
  5. /media/sourcecode/amlogic/codeamlogic/common/drivers/amlogic/tvin/bt656/bt656_601_in.h:266:9: error: ‘val’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  6. return val;
  7. ^
  8. /media/sourcecode/amlogic/codeamlogic/common/drivers/amlogic/tvin/bt656/bt656_601_in.h:263:6: note: ‘val’ was declared here
  9. int val;
  10. ^
  11. /media/sourcecode/amlogic/codeamlogic/common/drivers/amlogic/tvin/bt656/bt656_601_in.h:266:9: error: ‘val’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  12. return val;
  13. ^
  14. /media/sourcecode/amlogic/codeamlogic/common/drivers/amlogic/tvin/bt656/bt656_601_in.h:263:6: note: ‘val’ was declared here
  15. int val;
  16. ^
  17. /media/sourcecode/amlogic/codeamlogic/common/drivers/amlogic/tvin/bt656/bt656_601_in.h:266:9: error: ‘val’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  18. return val;
  19. ^
  20. /media/sourcecode/amlogic/codeamlogic/common/drivers/amlogic/tvin/bt656/bt656_601_in.h:263:6: note: ‘val’ was declared here
  21. int val;
  22. ^
  23. /media/sourcecode/amlogic/codeamlogic/common/drivers/amlogic/tvin/bt656/bt656_601_in.c: In function ‘am656in_isr’:
  24. /media/sourcecode/amlogic/codeamlogic/common/drivers/amlogic/tvin/bt656/bt656_601_in.h:266:9: error: ‘val’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  25. return val;
  26. ^
  27. /media/sourcecode/amlogic/codeamlogic/common/drivers/amlogic/tvin/bt656/bt656_601_in.h:263:6: note: ‘val’ was declared here
  28. int val;
  29. ^
  30. CC drivers/cpufreq/arm_big_little.o
  31. cc1: all warnings being treated as errors
  32. /media/sourcecode/amlogic/codeamlogic/common/scripts/Makefile.build:308: recipe for target 'drivers/amlogic/tvin/bt656/bt656_601_in.o' failed
  33. make[5]: *** [drivers/amlogic/tvin/bt656/bt656_601_in.o] Error 1
  34. /media/sourcecode/amlogic/codeamlogic/common/scripts/Makefile.build:455: recipe for target 'drivers/amlogic/tvin/bt656' failed
  35. make[4]: *** [drivers/amlogic/tvin/bt656] Error 2
  36. /media/sourcecode/amlogic/codeamlogic/common/scripts/Makefile.build:455: recipe for target 'drivers/amlogic/tvin' failed
  37. make[3]: *** [drivers/amlogic/tvin] Error 2
  38. /media/sourcecode/amlogic/codeamlogic/common/scripts/Makefile.build:455: recipe for target 'drivers/amlogic' failed
  39. make[2]: *** [drivers/amlogic] Error 2
  40. make[2]: *** Waiting for unfinished jobs....
  41. CC drivers/cpufreq/scpi-cpufreq.o
  42. CC net/ipv4/tcp_fastopen.o
  43. CC net/ipv4/tcp_offload.o
  44. LD drivers/cpufreq/built-in.o
  45. CC net/ipv6/udplite.o
  46. /media/sourcecode/amlogic/codeamlogic/common/Makefile:859: recipe for target 'drivers' failed
  47. make[1]: *** [drivers] Error 2
  48. make[1]: *** Waiting for unfinished jobs....
  49. CC net/ipv6/raw.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement