[Commits] [wesnoth/wesnoth] 170302: Visual Studio: disable warning C4351 (#2492)
GitHub
noreply at github.com
Mon Feb 12 05:29:44 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 1703029bc3e7b8804e438fa6b34398f16af44ea9
https://github.com/wesnoth/wesnoth/commit/1703029bc3e7b8804e438fa6b34398f16af44ea9
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M projectfiles/VC12/wesnoth.vcxproj
Log Message:
-----------
Visual Studio: disable warning C4351 (#2492)
See the warning's documentation:
https://msdn.microsoft.com/en-us/library/1ywe7hcy.aspx
Microsoft advises any project that wants the new standard-compliant
behavior to disable the warning. That includes us.
Fixes #2492.
More information about the Commits
mailing list