Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /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
- In file included from src/menu_events.cpp:1:
- src/menu_events.cpp:2018:8: error: 'events::console_handler::is_enabled' hides overloaded virtual function [-Werror,-Woverloaded-virtual]
- bool is_enabled(const chmap::command& c) const
- ^
- src/menu_events.cpp:1812:8: note: hidden overloaded virtual function 'events::chat_command_handler::is_enabled' declared here
- bool is_enabled(
- ^
- 1 error generated.
- scons: *** [build/release/menu_events.o] Error 1
- scons: building terminated because of errors.
- shadowm@reicore:~/src/wesnoth-1.12$ clang++ --version
- Debian clang version 3.0-6.2 (tags/RELEASE_30/final) (based on LLVM 3.0)
- Target: x86_64-pc-linux-gnu
- Thread model: posix
Advertisement
Add Comment
Please, Sign In to add comment