CompilerWarnings task does not catch C++ warnings

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема CompilerWarnings task does not catch C++ warnings
Дата
Msg-id fe3e200c-edee-44e0-a6e3-d45dca72873b@eisentraut.org
обсуждение исходный текст
Ответы Re: CompilerWarnings task does not catch C++ warnings
Re: CompilerWarnings task does not catch C++ warnings
Список pgsql-hackers
The CompilerWarnings task on Cirrus CI does not catch warnings in C++ 
code.  It tries to make warnings fatal by passing COPT='-Werror', but 
that does not apply to C++ compilations.

I suggest that we just add COPT to CXXFLAGS as well.  I think passing 
-Werror is just about the only reasonable use of COPT nowadays, so 
making that more robust seems useful.  I don't think there is a need for 
a separate make variable for C++ here.
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Euler Taveira"
Дата:
Сообщение: Re: speed up a logical replica setup
Следующее
От: Sven Klemm
Дата:
Сообщение: Re: [PATCH] Improve error message when trying to lock virtual tuple.