shadowm

Untitled

Mar 24th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. /usr/bin/ccache clang++ -o build/release/mouse_events.o -c -std=c++98 -pipe -march=native -pthread -W -Wall -Werror -Wno-unused-local-typedefs -Qunused-arguments -Wno-unknown-warning-option -O2 -O3 -fweb -ftracer -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBDBUS -DHAVE_CONFIG_H -D_X11 -Ibuild -Isrc -I/usr/include -I/usr/include/SDL -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/fribidi src/mouse_events.cpp
  2. In file included from src/menu_events.cpp:1:
  3. src/menu_events.cpp:2018:8: error: 'events::console_handler::is_enabled' hides overloaded virtual function [-Werror,-Woverloaded-virtual]
  4. bool is_enabled(const chmap::command& c) const
  5. ^
  6. src/menu_events.cpp:1812:8: note: hidden overloaded virtual function 'events::chat_command_handler::is_enabled' declared here
  7. bool is_enabled(
  8. ^
  9. 1 error generated.
  10. scons: *** [build/release/menu_events.o] Error 1
  11. scons: building terminated because of errors.
  12. shadowm@reicore:~/src/wesnoth-1.12$ clang++ --version
  13. Debian clang version 3.0-6.2 (tags/RELEASE_30/final) (based on LLVM 3.0)
  14. Target: x86_64-pc-linux-gnu
  15. Thread model: posix
Advertisement
Add Comment
Please, Sign In to add comment