remove c++14-compat option

This commit is contained in:
arvidn 2015-08-20 02:14:56 +02:00
parent 0ce2227727
commit f39755a863
1 changed files with 0 additions and 1 deletions

View File

@ -296,7 +296,6 @@ rule warnings ( properties * )
result += <cflags>-Wparentheses ;
result += <cflags>-Wvla ;
result += <cflags>-Wc++11-compat ;
result += <cflags>-Wc++14-compat ;
result += <cflags>-Wno-format-zero-length ;