shadowm

Untitled

Sep 14th, 2013
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. shadowm@nanacore:~/src/wesnoth/build-cmake-clang$ make
  2. [ 0%] mo-update: Done.
  3. [ 76%] Built target mo-update
  4. [ 78%] Built target wesnoth-game
  5. [ 78%] Built target wesnoth-revision_dummy
  6. [ 78%] Built target wesnoth-revision
  7. [ 80%] Built target wesnoth-core
  8. [ 82%] Built target wesnoth-lua
  9. [ 82%] Building CXX object src/CMakeFiles/wesnoth.dir/gui/auxiliary/event/dispatcher.cpp.o
  10. In file included from /home/shadowm/src/wesnoth/src/gui/auxiliary/event/dispatcher.cpp:17:
  11. /home/shadowm/src/wesnoth/src/gui/auxiliary/event/dispatcher_private.hpp:359:18: error: unused parameter 'event' [-Werror,-Wunused-parameter]
  12. const tevent event
  13. ^
  14. /home/shadowm/src/wesnoth/src/gui/auxiliary/event/dispatcher_private.hpp:360:14: error: unused parameter 'dispatcher' [-Werror,-Wunused-parameter]
  15. , twidget* dispatcher
  16. ^
  17. /home/shadowm/src/wesnoth/src/gui/auxiliary/event/dispatcher_private.hpp:361:14: error: unused parameter 'widget' [-Werror,-Wunused-parameter]
  18. , twidget* widget)
  19. ^
  20. /home/shadowm/src/wesnoth/src/gui/auxiliary/event/dispatcher_private.hpp:400:14: error: unused parameter 'dispatcher' [-Werror,-Wunused-parameter]
  21. , twidget* dispatcher
  22. ^
  23. 4 errors generated.
  24. make[2]: *** [src/CMakeFiles/wesnoth.dir/gui/auxiliary/event/dispatcher.cpp.o] Error 1
  25. make[1]: *** [src/CMakeFiles/wesnoth.dir/all] Error 2
  26. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment