From a164f0385cf3ccec126c3cc4ac4716fc8a034d37 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Wed, 10 May 2017 22:59:08 +0300 Subject: [PATCH] Disable Intel warnings about inline+noinline on the function --- test/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 30d7506..99b2a25 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -23,6 +23,7 @@ lib backtrace project : requirements msvc:on + intel:-wd2196 all always_show_run_output ;