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 ;