Advertisement
Guest User

Untitled

a guest
Apr 26th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. gfx/drivers_context/opendingux_fbdev_ctx.c: In function ‘gfx_ctx_opendingux_get_proc_address’:
  2. gfx/drivers_context/opendingux_fbdev_ctx.c:256:0: error: unterminated #else
  3. #ifdef HAVE_EGL
  4. ^
  5. gfx/drivers_context/opendingux_fbdev_ctx.c:257:5: error: expected declaration or statement at end of input
  6. return egl_get_proc_address(symbol);
  7. ^
  8. gfx/drivers_context/opendingux_fbdev_ctx.c: At top level:
  9. gfx/drivers_context/opendingux_fbdev_ctx.c:55:14: warning: ‘gfx_ctx_opendingux_init’ defined but not used [-Wunused-function]
  10. static void *gfx_ctx_opendingux_init(void *video_driver)
  11. ^
  12. gfx/drivers_context/opendingux_fbdev_ctx.c:104:13: warning: ‘gfx_ctx_opendingux_get_video_size’ defined but not used [-Wunused-function]
  13. static void gfx_ctx_opendingux_get_video_size(void *data,
  14. ^
  15. gfx/drivers_context/opendingux_fbdev_ctx.c:113:13: warning: ‘gfx_ctx_opendingux_check_window’ defined but not used [-Wunused-function]
  16. static void gfx_ctx_opendingux_check_window(void *data, bool *quit,
  17. ^
  18. gfx/drivers_context/opendingux_fbdev_ctx.c:133:13: warning: ‘gfx_ctx_opendingux_set_resize’ defined but not used [-Wunused-function]
  19. static bool gfx_ctx_opendingux_set_resize(void *data,
  20. ^
  21. gfx/drivers_context/opendingux_fbdev_ctx.c:142:13: warning: ‘gfx_ctx_opendingux_update_window_title’ defined but not used [-Wunused-function]
  22. static void gfx_ctx_opendingux_update_window_title(void *data)
  23. ^
  24. gfx/drivers_context/opendingux_fbdev_ctx.c:156:13: warning: ‘gfx_ctx_opendingux_set_video_mode’ defined but not used [-Wunused-function]
  25. static bool gfx_ctx_opendingux_set_video_mode(void *data,
  26. ^
  27. gfx/drivers_context/opendingux_fbdev_ctx.c:200:13: warning: ‘gfx_ctx_opendingux_input_driver’ defined but not used [-Wunused-function]
  28. static void gfx_ctx_opendingux_input_driver(void *data,
  29. ^
  30. gfx/drivers_context/opendingux_fbdev_ctx.c:208:13: warning: ‘gfx_ctx_opendingux_bind_api’ defined but not used [-Wunused-function]
  31. static bool gfx_ctx_opendingux_bind_api(void *data,
  32. ^
  33. gfx/drivers_context/opendingux_fbdev_ctx.c:215:13: warning: ‘gfx_ctx_opendingux_has_focus’ defined but not used [-Wunused-function]
  34. static bool gfx_ctx_opendingux_has_focus(void *data)
  35. ^
  36. gfx/drivers_context/opendingux_fbdev_ctx.c:221:13: warning: ‘gfx_ctx_opendingux_suppress_screensaver’ defined but not used [-Wunused-function]
  37. static bool gfx_ctx_opendingux_suppress_screensaver(void *data, bool enable)
  38. ^
  39. gfx/drivers_context/opendingux_fbdev_ctx.c:228:13: warning: ‘gfx_ctx_opendingux_has_windowed’ defined but not used [-Wunused-function]
  40. static bool gfx_ctx_opendingux_has_windowed(void *data)
  41. ^
  42. gfx/drivers_context/opendingux_fbdev_ctx.c:234:13: warning: ‘gfx_ctx_opendingux_swap_buffers’ defined but not used [-Wunused-function]
  43. static void gfx_ctx_opendingux_swap_buffers(void *data)
  44. ^
  45. gfx/drivers_context/opendingux_fbdev_ctx.c:243:13: warning: ‘gfx_ctx_opendingux_set_swap_interval’ defined but not used [-Wunused-function]
  46. static void gfx_ctx_opendingux_set_swap_interval(
  47. ^
  48. gfx/drivers_context/opendingux_fbdev_ctx.c:254:23: warning: ‘gfx_ctx_opendingux_get_proc_address’ defined but not used [-Wunused-function]
  49. static gfx_ctx_proc_t gfx_ctx_opendingux_get_proc_address(const char *symbol)
  50. ^
  51. make: *** [obj-unix/gfx/drivers_context/opendingux_fbdev_ctx.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement