From 3b412f5ab8f9d2ef884070e80816b9ee689f4db7 Mon Sep 17 00:00:00 2001 From: Alden Torres Date: Mon, 30 Apr 2018 10:59:12 -0400 Subject: [PATCH] avoid warnings in Jamfile due to unescaped special characters --- Jamfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jamfile b/Jamfile index c5bcf1d01..845b19ab3 100644 --- a/Jamfile +++ b/Jamfile @@ -243,7 +243,7 @@ rule building ( properties * ) if ( off in $(properties) && ! off in $(properties) ) { - ECHO 'invariant-check' requires enabled 'asserts' mode. (e.g. specify build params: invariant-check=on asserts=on) ; + ECHO "'invariant-check' requires enabled 'asserts' mode. (e.g. specify build params: invariant-check=on asserts=on)" ; result += no ; } @@ -783,8 +783,8 @@ local usage-requirements = BOOST_ASIO_HAS_STD_CHRONO @linking # msvc optimizations - msvc,release:/OPT:ICF=5 - msvc,release:/OPT:REF + msvc,release:"/OPT:ICF=5" + msvc,release:"/OPT:REF" # disable bogus deprecation warnings on msvc8 msvc:_SCL_SECURE_NO_DEPRECATE