| Summary: | qt6-tools: ошибка сборки с clang 16 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Sisyphus | Reporter: | Alexey Sheplyakov <asheplyakov> | ||||
| Component: | qt6-tools | Assignee: | Sergey V Turchin <zerg> | ||||
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus | ||||
| Severity: | normal | ||||||
| Priority: | P5 | CC: | asheplyakov, iv, sin, zerg | ||||
| Version: | unstable | ||||||
| Hardware: | all | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
Created attachment 13455 [details]
патч
qt6-tools-6.4.2-alt2 -> sisyphus: Tue Jun 13 2023 Sergey V Turchin <zerg@altlinux> 6.4.2-alt2 - fixed compilation error with clang 16 (thanks asheplyakov@alt) (closes: 46478) |
In file included from /usr/src/RPM/BUILD/qttools-everywhere-src-6.4.2/src/linguist/lupdate/lupdatepreprocessoraction.cpp:4: /usr/src/RPM/BUILD/qttools-everywhere-src-6.4.2/src/linguist/lupdate/lupdatepreprocessoraction.h:52:10: error: 'void LupdatePPCallbacks::InclusionDirective(clang::SourceLocation, const clang::Token&, llvm::StringRef, bool, clang::CharSourceRange, llvm::Optional<clang::FileEntryRef>, llvm::StringRef, llvm::StringRef, const clang::Module*, clang::SrcMgr::CharacteristicKind)' marked 'override', but does not override 52 | void InclusionDirective(clang::SourceLocation /*hashLoc*/, const clang::Token &/*includeTok*/, | ^~~~~~~~~~~~~~~~~~