[MXS-4512] Clang 15 compilation fails on 22.08 Created: 2023-02-16 Updated: 2023-02-16 Resolved: 2023-02-16 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 22.08.4 |
| Fix Version/s: | 22.08.5 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The code fails to compile due to obvious errors that GCC does not detect. Some of them are Clang-specific like unqualified std::move calls and some are actual problems like overloading functions that don't use the override keyword. |
| Comments |
| Comment by markus makela [ 2023-02-16 ] |
|
Changed the bug from 2.5 to 22.08 where the work to allow Clang compilation was done. |