[Commits] [wesnoth/wesnoth] f26fbe: Prevent gettext from checking format strings, sinc...
GitHub
noreply at github.com
Tue May 30 04:04:26 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: f26fbe9abaf88c6ce208ae9bf14df52178a19a0f
https://github.com/wesnoth/wesnoth/commit/f26fbe9abaf88c6ce208ae9bf14df52178a19a0f
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-05-29 (Mon, 29 May 2017)
Changed paths:
M po/CMakeLists.txt
M po/wesnoth-manpages/Makefile
M po/wesnoth-manual/Makefile
M scons/gettext.py
Log Message:
-----------
Prevent gettext from checking format strings, since we don't use the printf family of functions
Commit: 88a74faa71d7ab10b38fb3987b6d03437ce50151
https://github.com/wesnoth/wesnoth/commit/88a74faa71d7ab10b38fb3987b6d03437ce50151
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-05-29 (Mon, 29 May 2017)
Changed paths:
M src/play_controller.cpp
Log Message:
-----------
Remove an incorrect static.
The CKey constructor fetches the current keyboard state, so
declaring it static will never give the correct result.
Compare: https://github.com/wesnoth/wesnoth/compare/51ed9fbce243...88a74faa71d7
More information about the Commits
mailing list