iOS アプリに C++ ライブラリ プロジェクト (boost 1.57 ライブラリを使用) を使用しています。アプリをビルドすると、何百ものリンカー警告が表示されます。アプリはまったく問題なく動作します。
顕著な警告は、
ld: warning: direct access in boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>() to global weak symbol boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>()::ep means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
これらのリンカー警告を取り除くにはどうすればよいですか? 抑圧以外の方法はありますか?
ありがとう