[Commits] [wesnoth/wesnoth] be3cf5: Update Xcode project to fix linker warnings
GitHub
noreply at github.com
Sun Apr 9 02:12:19 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: be3cf5fa62416e5aa83c50d39bd6f27cb96c6373
https://github.com/wesnoth/wesnoth/commit/be3cf5fa62416e5aa83c50d39bd6f27cb96c6373
Author: mattsc <mattsc000 at gmail.com>
Date: 2017-04-08 (Sat, 08 Apr 2017)
Changed paths:
M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Log Message:
-----------
Update Xcode project to fix linker warnings
This fixes several warnings of this type:
ld: warning: direct access in return_to_play_side_exception::execute()
to global weak symbol typeinfo for lua_jailbreak_exception means the
weak symbol cannot be overridden at runtime. This was likely caused by
different translation units being compiled with different visibility
settings.
More information about the Commits
mailing list