зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1418047 - remove -Wc++11-compat warning; r=rillian
We live in a C++14 world now.
This commit is contained in:
Родитель
1c2bd293dd
Коммит
b091540d91
|
@ -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')
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче