Ticket #47644

Meson: Qt-client build failure for warnings on non-C++20

오픈 날짜: 2023-03-22 22:09 마지막 업데이트: 2023-03-23 14:30

Reporter:
소유자:
Type:
Status:
Closed
Component:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
1

Details

Haiku / S3_1 / meson / Qt5-client build fails. It's giving errors about C++20 'this' capture style in not-a-C++20 mode. The problem seems to be simply that the configure check for C++20 capture style doesn't use -Werror (so the warnings are ignored as long as the feature still works) but actual build does have -Werror.

Ticket History (3/5 Histories)

2023-03-22 22:09 Updated by: cazfi
  • New Ticket "Meson: Qt-client build failure for warnings on non-C++20" created
2023-03-23 05:15 Updated by: cazfi
  • 소유자 Update from (None) to cazfi
  • Resolution Update from None to Accepted
2023-03-23 14:28 Updated by: cazfi
댓글 올리기

Found more environments where this is needed - will now treat as emergency build fix, and skip rest of the review period.

2023-03-23 14:30 Updated by: cazfi
  • Status Update from Open to Closed
  • Resolution Update from Accepted to Fixed

Edit

Please login to add comment to this ticket » Login