[Commits] [wesnoth/wesnoth] fbfe09: Fix C4458 'id' hides class member
GitHub
noreply at github.com
Sun Dec 4 02:26:42 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: fbfe0923bea6ab7f9bb6d1bf9f11fb2f082b550d
https://github.com/wesnoth/wesnoth/commit/fbfe0923bea6ab7f9bb6d1bf9f11fb2f082b550d
Author: GregoryLundberg <gregory_lundberg at gmx.com>
Date: 2016-12-03 (Sat, 03 Dec 2016)
Changed paths:
M src/gettext_boost.cpp
Log Message:
-----------
Fix C4458 'id' hides class member
Commit: 5667fa26ac07f353852ddf07036d0fcf7c84db47
https://github.com/wesnoth/wesnoth/commit/5667fa26ac07f353852ddf07036d0fcf7c84db47
Author: GregoryLundberg <gregory_lundberg at gmx.com>
Date: 2016-12-03 (Sat, 03 Dec 2016)
Changed paths:
M src/generators/default_map_generator_job.cpp
M src/gui/core/canvas.cpp
M src/units/unit.cpp
Log Message:
-----------
Fix C4456 scope_logging_object hides previous local declaration
Commit: 7f4cfdbcf501a983429a9bfa21ac1bdfcc5ca37e
https://github.com/wesnoth/wesnoth/commit/7f4cfdbcf501a983429a9bfa21ac1bdfcc5ca37e
Author: Gregory A Lundberg <gregory_lundberg at gmx.com>
Date: 2016-12-03 (Sat, 03 Dec 2016)
Changed paths:
M src/game_config.cpp
Log Message:
-----------
Fix C4101 unreferenced local variable
Commit: ea6a104c2f1acd9fae8ddeb4e917089882ccdea5
https://github.com/wesnoth/wesnoth/commit/ea6a104c2f1acd9fae8ddeb4e917089882ccdea5
Author: GregoryLundberg <gregory_lundberg at gmx.com>
Date: 2016-12-03 (Sat, 03 Dec 2016)
Changed paths:
M src/gui/widgets/window.cpp
Log Message:
-----------
Fix C4458 'g' hides ...
Commit: 93e3ac48000faeb47f79b1e778bb2a0da609656a
https://github.com/wesnoth/wesnoth/commit/93e3ac48000faeb47f79b1e778bb2a0da609656a
Author: GregoryLundberg <gregory_lundberg at gmx.com>
Date: 2016-12-03 (Sat, 03 Dec 2016)
Changed paths:
M src/serialization/parser.cpp
M src/server/simple_wml.cpp
M src/wesnoth.cpp
Log Message:
-----------
Hide C4456 and C4458 due to bugs in boost gzip implementation
Commit: e19f55c238cd5aeaa084a8027de3593b41cb0a02
https://github.com/wesnoth/wesnoth/commit/e19f55c238cd5aeaa084a8027de3593b41cb0a02
Author: GregoryLundberg <gregory_lundberg at gmx.com>
Date: 2016-12-03 (Sat, 03 Dec 2016)
Changed paths:
M src/terrain/translation.hpp
Log Message:
-----------
Hide C4459 due to bugs im boost multi-array implementation
Commit: 67c65582cf7a86d88095a8a0f81c8e1d10ce4dc3
https://github.com/wesnoth/wesnoth/commit/67c65582cf7a86d88095a8a0f81c8e1d10ce4dc3
Author: GregoryLundberg <gregory_lundberg at gmx.com>
Date: 2016-12-03 (Sat, 03 Dec 2016)
Changed paths:
M src/gettext_boost.cpp
Log Message:
-----------
Hide C4714 and C4459 due to bugs in spirit_po implementation
Commit: a626d122b809b90c8847d7974a813897cf336eaa
https://github.com/wesnoth/wesnoth/commit/a626d122b809b90c8847d7974a813897cf336eaa
Author: Gregory A Lundberg <gregory_lundberg at gmx.com>
Date: 2016-12-03 (Sat, 03 Dec 2016)
Changed paths:
M src/serialization/preprocessor.cpp
Log Message:
-----------
Fix 4456 'arg' hides previous local definition
Commit: 707c9d745171af8cf488bb1e756b61eb361b143a
https://github.com/wesnoth/wesnoth/commit/707c9d745171af8cf488bb1e756b61eb361b143a
Author: Celtic Minstrel <CelticMinstrel at users.noreply.github.com>
Date: 2016-12-03 (Sat, 03 Dec 2016)
Changed paths:
M src/game_config.cpp
M src/generators/default_map_generator_job.cpp
M src/gettext_boost.cpp
M src/gui/core/canvas.cpp
M src/gui/widgets/window.cpp
M src/serialization/parser.cpp
M src/serialization/preprocessor.cpp
M src/server/simple_wml.cpp
M src/terrain/translation.hpp
M src/units/unit.cpp
M src/wesnoth.cpp
Log Message:
-----------
Merge pull request #894 from GregoryLundberg/GL_VC14_cleanup
Fix warnings in VC14 build
Compare: https://github.com/wesnoth/wesnoth/compare/8155450cfcac...707c9d745171
More information about the Commits
mailing list