Improved Receive Variables list #357
Annotations
12 warnings
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "CEmu_linux_Qt6_master", "CEmu_linux_Qt6-Dynamic_master".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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]
|
gui/qt/debugger.cpp#L2022
comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
|
gui/qt/debugger.cpp#L2209
‘QPoint QMouseEvent::globalPos() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
|
gui/qt/keypad/keypadwidget.cpp#L413
‘QPointF QMouseEvent::localPos() const’ is deprecated: Use position() [-Wdeprecated-declarations]
|
gui/qt/keypad/keypadwidget.cpp#L436
‘QPointF QEventPoint::pos() const’ is deprecated: Use position() [-Wdeprecated-declarations]
|
gui/qt/lcdwidget.cpp#L102
‘QPoint QDropEvent::pos() const’ is deprecated: Use position().toPoint() [-Wdeprecated-declarations]
|
gui/qt/lcdwidget.cpp#L111
‘QPoint QDropEvent::pos() const’ is deprecated: Use position().toPoint() [-Wdeprecated-declarations]
|
gui/qt/lcdwidget.cpp#L116
‘QPoint QDropEvent::pos() const’ is deprecated: Use position().toPoint() [-Wdeprecated-declarations]
|
gui/qt/tablewidget.cpp#L13
‘QPoint QDropEvent::pos() const’ is deprecated: Use position().toPoint() [-Wdeprecated-declarations]
|
gui/qt/tivars_lib_cpp/src/TypeHandlers/TH_GDB.cpp#L497
missing initializer for member ‘{anonymous}::GDB::specificData’ [-Wmissing-field-initializers]
|
This job succeeded
Loading