From f39755a86339a7876cbaaae1ee16a501c40b597f Mon Sep 17 00:00:00 2001 From: arvidn Date: Thu, 20 Aug 2015 02:14:56 +0200 Subject: [PATCH] remove c++14-compat option --- Jamfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jamfile b/Jamfile index d1da0b7be..07f1dd9a4 100644 --- a/Jamfile +++ b/Jamfile @@ -296,7 +296,6 @@ rule warnings ( properties * ) result += -Wparentheses ; result += -Wvla ; result += -Wc++11-compat ; - result += -Wc++14-compat ; result += -Wno-format-zero-length ;