Disable Intel warnings about inline+noinline on the function

This commit is contained in:
Antony Polukhin
2017-05-10 22:59:08 +03:00
parent bd52cde3b6
commit a164f0385c

View File

@@ -23,6 +23,7 @@ lib backtrace
project
: requirements
<toolset>msvc:<asynch-exceptions>on
<toolset>intel:<cxxflags>-wd2196
<warnings>all
<test-info>always_show_run_output
;