shadowm

Untitled

Sep 13th, 2017
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. src/editor/editor_controller.cpp: In member function ‘virtual bool editor::editor_controller::execute_command(const hotkey::hotkey_command&, int)’:
  2. src/editor/editor_controller.cpp:832:4: error: this statement may fall through [-Werror=implicit-fallthrough=]
  3. if (!context_manager_->get_map().everything_selected()) {
  4. ^~
  5. src/editor/editor_controller.cpp:836:3: note: here
  6. case HOTKEY_EDITOR_SELECT_INVERSE:
  7. ^~~~
  8. src/editor/editor_controller.cpp:925:4: error: this statement may fall through [-Werror=implicit-fallthrough=]
  9. if (context_manager_->toggle_update_transitions())
  10. ^~
  11. src/editor/editor_controller.cpp:928:3: note: here
  12. case HOTKEY_EDITOR_UPDATE_TRANSITIONS:
  13. ^~~~
  14. cc1plus: all warnings being treated as errors
  15. scons: *** [build/debug/editor/editor_controller.o] Error 1
  16. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment