Fix #14850 (Compilation fails on oraclelinux:8 (g++ 8.5.0 released in 2021)) - #8654
3 new alerts
New alerts in code changed by this pull request
- 3 warnings
See annotations below for details.
Annotations
Check warning on line 128 in lib/settings.h
Code scanning / Cppcheck Premium
User-provided copy and move member functions of a class should have appropriate signatures. Move constructor must be noexcept and have only one argument which must be non-volatile Warning
Check warning on line 129 in lib/settings.h
Code scanning / Cppcheck Premium
Exception-unfriendly functions shall be noexcept Warning
Check warning on line 129 in lib/settings.h
Code scanning / Cppcheck Premium
User-provided copy and move member functions of a class should have appropriate signatures. Assignment operator must have lvalue ref-qualifier must not be virtual and have only one argument which must be non-volatile Warning