Boost C++ Libraries: Ticket #11238: Clang doesn't support -finline-function https://svn.boost.org/trac10/ticket/11238 <p> Previous versions of clang just ignored it silently, but now it actually emits a warning in 3.5. See <a class="ext-link" href="http://stackoverflow.com/questions/26108606/no-support-to-finline-functions-in-clang-3-5"><span class="icon">​</span>http://stackoverflow.com/questions/26108606/no-support-to-finline-functions-in-clang-3-5</a> for details. </p> <p> Suggest removing "-finline-functions' from clang-darwin.compile OPTIONS on line 86 of tools/build/src/tools/clang-darwin.jam </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11238 Trac 1.4.3 nathan@… Fri, 24 Apr 2015 16:11:18 GMT attachment set https://svn.boost.org/trac10/ticket/11238 https://svn.boost.org/trac10/ticket/11238 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">clang.diff</span> </li> </ul> <p> DIsable -finline-functions-warning on clang </p> Ticket