Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.56 KB | None | 0 0
  1. hardware/samsung/exynos4/hal/libgralloc_ump/framebuffer_device.cpp: In function 'int framebuffer_device_open(const hw_module_t*, const char*, hw_device_t**)':
  2. hardware/samsung/exynos4/hal/libgralloc_ump/framebuffer_device.cpp:454:58: error: use of deleted function 'framebuffer_device_t::framebuffer_device_t()'
  3. framebuffer_device_t *dev = new framebuffer_device_t();
  4. ^
  5. In file included from hardware/libhardware/include/hardware/gralloc.h:32:0,
  6. from hardware/samsung/exynos4/hal/libgralloc_ump/framebuffer_device.cpp:43:
  7. hardware/libhardware/include/hardware/fb.h:38:16: note: 'framebuffer_device_t::framebuffer_device_t()' is implicitly deleted because the default definition would be ill-formed:
  8. typedef struct framebuffer_device_t {
  9. ^
  10. hardware/libhardware/include/hardware/fb.h:38:16: error: uninitialized const member in 'struct framebuffer_device_t'
  11. hardware/libhardware/include/hardware/fb.h:48:21: note: 'const uint32_t framebuffer_device_t::flags' should be initialized
  12. const uint32_t flags;
  13. ^
  14. hardware/libhardware/include/hardware/fb.h:38:16: error: uninitialized const member in 'struct framebuffer_device_t'
  15. typedef struct framebuffer_device_t {
  16. ^
  17. hardware/libhardware/include/hardware/fb.h:51:21: note: 'const uint32_t framebuffer_device_t::width' should be initialized
  18. const uint32_t width;
  19. ^
  20. hardware/libhardware/include/hardware/fb.h:38:16: error: uninitialized const member in 'struct framebuffer_device_t'
  21. typedef struct framebuffer_device_t {
  22. ^
  23. hardware/libhardware/include/hardware/fb.h:52:21: note: 'const uint32_t framebuffer_device_t::height' should be initialized
  24. const uint32_t height;
  25. ^
  26. hardware/libhardware/include/hardware/fb.h:38:16: error: uninitialized const member in 'struct framebuffer_device_t'
  27. typedef struct framebuffer_device_t {
  28. ^
  29. hardware/libhardware/include/hardware/fb.h:55:21: note: 'const int framebuffer_device_t::stride' should be initialized
  30. const int stride;
  31. ^
  32. hardware/libhardware/include/hardware/fb.h:38:16: error: uninitialized const member in 'struct framebuffer_device_t'
  33. typedef struct framebuffer_device_t {
  34. ^
  35. hardware/libhardware/include/hardware/fb.h:58:21: note: 'const int framebuffer_device_t::format' should be initialized
  36. const int format;
  37. ^
  38. hardware/libhardware/include/hardware/fb.h:38:16: error: uninitialized const member in 'struct framebuffer_device_t'
  39. typedef struct framebuffer_device_t {
  40. ^
  41. hardware/libhardware/include/hardware/fb.h:61:21: note: 'const float framebuffer_device_t::xdpi' should be initialized
  42. const float xdpi;
  43. ^
  44. hardware/libhardware/include/hardware/fb.h:38:16: error: uninitialized const member in 'struct framebuffer_device_t'
  45. typedef struct framebuffer_device_t {
  46. ^
  47. hardware/libhardware/include/hardware/fb.h:62:21: note: 'const float framebuffer_device_t::ydpi' should be initialized
  48. const float ydpi;
  49. ^
  50. hardware/libhardware/include/hardware/fb.h:38:16: error: uninitialized const member in 'struct framebuffer_device_t'
  51. typedef struct framebuffer_device_t {
  52. ^
  53. hardware/libhardware/include/hardware/fb.h:65:21: note: 'const float framebuffer_device_t::fps' should be initialized
  54. const float fps;
  55. ^
  56. hardware/libhardware/include/hardware/fb.h:38:16: error: uninitialized const member in 'struct framebuffer_device_t'
  57. typedef struct framebuffer_device_t {
  58. ^
  59. hardware/libhardware/include/hardware/fb.h:68:21: note: 'const int framebuffer_device_t::minSwapInterval' should be initialized
  60. const int minSwapInterval;
  61. ^
  62. hardware/libhardware/include/hardware/fb.h:38:16: error: uninitialized const member in 'struct framebuffer_device_t'
  63. typedef struct framebuffer_device_t {
  64. ^
  65. hardware/libhardware/include/hardware/fb.h:71:21: note: 'const int framebuffer_device_t::maxSwapInterval' should be initialized
  66. const int maxSwapInterval;
  67. ^
  68. hardware/libhardware/include/hardware/fb.h:38:16: error: uninitialized const member in 'struct framebuffer_device_t'
  69. typedef struct framebuffer_device_t {
  70. ^
  71. hardware/libhardware/include/hardware/fb.h:74:21: note: 'const int framebuffer_device_t::numFramebuffers' should be initialized
  72. const int numFramebuffers;
  73. ^
  74. hardware/samsung/exynos4/hal/libgralloc_ump/framebuffer_device.cpp: At global scope:
  75. hardware/samsung/exynos4/hal/libgralloc_ump/framebuffer_device.cpp:433:68: warning: unused parameter 'name' [-Wunused-parameter]
  76. int framebuffer_device_open(hw_module_t const* module, const char* name, hw_device_t** device)
  77. ^
  78. hardware/samsung/exynos4/hal/libgralloc_ump/alloc_device.cpp: At global scope:
  79. hardware/samsung/exynos4/hal/libgralloc_ump/alloc_device.cpp:666:62: warning: unused parameter 'name' [-Wunused-parameter]
  80. int alloc_device_open(hw_module_t const* module, const char* name, hw_device_t** device)
  81. ^
  82. make: *** [/media/sda2/AOSP-M/out/target/product/i9300/obj/SHARED_LIBRARIES/gralloc.exynos4_intermediates/framebuffer_device.o] Error 1
  83. make: *** Waiting for unfinished jobs....
  84.  
  85. #### make failed to build some targets (10:07 (mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement