[Commits] [wesnoth/wesnoth] 464cf0: Fix Travis GCC warnings for f2b31ba082e1
GitHub
noreply at github.com
Mon Nov 20 12:48:01 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 464cf07a8b79aa4e4e5f3a0616faf00152697756
https://github.com/wesnoth/wesnoth/commit/464cf07a8b79aa4e4e5f3a0616faf00152697756
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-11-20 (Mon, 20 Nov 2017)
Changed paths:
M src/game_initialization/playcampaign.cpp
M src/game_launcher.cpp
M src/gui/dialogs/title_screen.cpp
M src/menu_events.cpp
M src/play_controller.cpp
M src/playmp_controller.cpp
M src/playsingle_controller.cpp
M src/savegame.cpp
M src/savegame.hpp
Log Message:
-----------
Fix Travis GCC warnings for f2b31ba082e1
This also removes a bunch of unnecessary CVideo arguments from various savegame functions that
emerged as I cleaned up the unused parameters. savegame::save_game did take a CVideo pointer
that did look like it was intended to be a sort of do-show-dialog flag, but since that parameter
was never passed as null, I removed it.
More information about the Commits
mailing list