Build: Omit -Wmissing-noreturn from the default warnings.

It's not that important. It can be annoying in builds that
disable many features since in those cases the tests programs
will correctly trigger this warning with Clang.
Этот коммит содержится в:
Lasse Collin 2023-01-12 13:04:05 +02:00
родитель 52dc033d0b
Коммит a8bb8358d1
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -1064,7 +1064,6 @@ if test "$GCC" = yes ; then
-Wold-style-definition \
-Wmissing-prototypes \
-Wmissing-declarations \
-Wmissing-noreturn \
-Wredundant-decls \
\
-Wc99-compat \