ci: test fixes for static build on linux #331
Annotations
1 error and 11 warnings
Build: ubuntu-20.04 - Qt6
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1167199301/cmake-3.30.2-linux-x86_64/bin/cmake' failed with error code: '1'.'
|
Build: ubuntu-20.04 - Qt6
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build: ubuntu-20.04 - Qt6:
gui/qt/debugger/disasm.cpp#L111
comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
|
Build: ubuntu-20.04 - Qt6:
gui/qt/debugger.cpp#L2173
‘QPoint QMouseEvent::globalPos() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
|
Build: ubuntu-20.04 - Qt6:
gui/qt/keypad/keypadwidget.cpp#L413
‘QPointF QMouseEvent::localPos() const’ is deprecated: Use position() [-Wdeprecated-declarations]
|
Build: ubuntu-20.04 - Qt6:
gui/qt/keypad/keypadwidget.cpp#L436
‘QPointF QEventPoint::pos() const’ is deprecated: Use position() [-Wdeprecated-declarations]
|
Build: ubuntu-20.04 - Qt6:
gui/qt/lcdwidget.cpp#L102
‘QPoint QDropEvent::pos() const’ is deprecated: Use position().toPoint() [-Wdeprecated-declarations]
|
Build: ubuntu-20.04 - Qt6:
gui/qt/lcdwidget.cpp#L111
‘QPoint QDropEvent::pos() const’ is deprecated: Use position().toPoint() [-Wdeprecated-declarations]
|
Build: ubuntu-20.04 - Qt6:
gui/qt/lcdwidget.cpp#L116
‘QPoint QDropEvent::pos() const’ is deprecated: Use position().toPoint() [-Wdeprecated-declarations]
|
Build: ubuntu-20.04 - Qt6:
gui/qt/tablewidget.cpp#L13
‘QPoint QDropEvent::pos() const’ is deprecated: Use position().toPoint() [-Wdeprecated-declarations]
|
Build: ubuntu-20.04 - Qt6:
gui/qt/settings.cpp#L666
implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated]
|
Build: ubuntu-20.04 - Qt6:
gui/qt/mainwindow.cpp#L495
‘constexpr QKeyCombination operator+(Qt::Modifier, Qt::Key)’ is deprecated: Use operator| instead [-Wdeprecated-declarations]
|