Bug 1389851 - build: Enable clang's -Wunreachable-code-return warnings. r=glandium

MozReview-Commit-ID: 8Zl0mbzcFBm

--HG--
extra : rebase_source : 36c92b50fac9e1f7991d977e1c878b4945e97528
This commit is contained in:
Chris Peterson 2017-08-08 23:12:41 -07:00
Родитель 254168531b
Коммит ee0e6ae64b
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -42,6 +42,7 @@ add_gcc_warning('-Wtype-limits')
# catches some dead code
add_gcc_warning('-Wunreachable-code')
check_and_add_gcc_warning('-Wunreachable-code-return')
# catches treating string literals as non-const
add_gcc_warning('-Wwrite-strings', cxx_compiler)