Skip to content
Snippets Groups Projects
Commit b38d8988 authored by Nathan Froyd's avatar Nathan Froyd
Browse files

Bug 1325632 - part 2 - don't warn about c++98/c++11 compatibility problems; r=ted.mielczarek

We're going to compile with C++14 and we don't plan to go back.
parent 981470d0
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,6 @@ check_and_add_gcc_warning('-Wclass-varargs')
check_and_add_gcc_warning('-Wloop-analysis')
# catches C++ version forward-compat issues
check_and_add_gcc_warning('-Wc++11-compat-pedantic', cxx_compiler)
check_and_add_gcc_warning('-Wc++14-compat', cxx_compiler)
check_and_add_gcc_warning('-Wc++14-compat-pedantic', cxx_compiler)
check_and_add_gcc_warning('-Wc++1z-compat', cxx_compiler)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment