Bug 1418047 - remove -Wc++11-compat warning; r=rillian

We live in a C++14 world now.
This commit is contained in:
Nathan Froyd 2017-11-16 20:51:46 -05:00
Родитель 1c2bd293dd
Коммит b091540d91
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -19,9 +19,6 @@ add_old_configure_assignment(
# lots of useful warnings
add_gcc_warning('-Wall')
# catches C++ version forward-compat issues
add_gcc_warning('-Wc++11-compat', cxx_compiler)
# catches bugs, e.g. "if (c); foo();", few false positives
add_gcc_warning('-Wempty-body')