[Commits] [wesnoth/wesnoth] 811a96: Add missing field to constructor initializer list
GitHub
noreply at github.com
Sun Jun 29 01:46:58 UTC 2014
Branch: refs/heads/1.12
Home: https://github.com/wesnoth/wesnoth
Commit: 811a9680f56598aef079bbcf72862c5006a46f83
https://github.com/wesnoth/wesnoth/commit/811a9680f56598aef079bbcf72862c5006a46f83
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2014-06-28 (Sat, 28 Jun 2014)
Changed paths:
M src/playsingle_controller.cpp
Log Message:
-----------
Add missing field to constructor initializer list
Issue found by Coverity.
Commit: 6563f38c67c41306e704e2ad327143b1ddc61bf2
https://github.com/wesnoth/wesnoth/commit/6563f38c67c41306e704e2ad327143b1ddc61bf2
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2014-06-28 (Sat, 28 Jun 2014)
Changed paths:
M src/language.cpp
Log Message:
-----------
Demote "skipping textdomain" error to warning level
The "no location found for '<path>', skipping textdomain" error message
is usually inoffensive and merely means that there is a textdomain
declaration pointing to a directory that doesn't exist, so it shouldn't
really be an error. Since we don't have anything midway between warning
and info messages, this should remain in place as a warning for WML
coders typoing textdomain declarations or forgetting to include their
add-on's translations with it.
Compare: https://github.com/wesnoth/wesnoth/compare/e87406c6084a...6563f38c67c4
More information about the Commits
mailing list