Console version #149
cmake-multi-platform.yml
on: pull_request
build-ubuntu
1m 12s
build-windows
4m 42s
Annotations
19 warnings
build-ubuntu
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/checkout@v2.3.4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/checkout@v2.3.4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-ubuntu
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-ubuntu
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-ubuntu:
ConsoleTester/main.cpp#L16
ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
|
build-ubuntu:
ConsoleTester/main.cpp#L74
ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
|
build-ubuntu:
PBrickLogic/LASM.cpp#L528
narrowing conversion of ‘(int)(((unsigned char)((int)actionBits)) | ((unsigned char)((int)motors)))’ from ‘int’ to ‘unsigned char’ [-Wnarrowing]
|
build-ubuntu:
PBrickLogic/LASM.cpp#L13
narrowing conversion of ‘(int)(((short unsigned int)((int)request)) & 255)’ from ‘int’ to ‘unsigned char’ [-Wnarrowing]
|
build-ubuntu:
PBrickLogic/LASM.cpp#L14
narrowing conversion of ‘(int)((((short unsigned int)((int)request)) & 65280) >> 8)’ from ‘int’ to ‘unsigned char’ [-Wnarrowing]
|
build-ubuntu:
PBrickLogic/LASM.cpp#L13
narrowing conversion of ‘(int)(((short unsigned int)((int)frequency)) & 255)’ from ‘int’ to ‘unsigned char’ [-Wnarrowing]
|
build-ubuntu:
PBrickLogic/LASM.cpp#L14
narrowing conversion of ‘(int)((((short unsigned int)((int)frequency)) & 65280) >> 8)’ from ‘int’ to ‘unsigned char’ [-Wnarrowing]
|
build-ubuntu:
PBrickLogic/LASM.cpp#L13
narrowing conversion of ‘(int)(((unsigned char)((int)taskSize)) & 255)’ from ‘int’ to ‘unsigned char’ [-Wnarrowing]
|
build-ubuntu:
PBrickLogic/LASM.cpp#L13
narrowing conversion of ‘(int)(((unsigned char)((int)subSize)) & 255)’ from ‘int’ to ‘unsigned char’ [-Wnarrowing]
|
build-ubuntu:
PBrickLogic/LASM.cpp#L13
narrowing conversion of ‘(checksum & 255)’ from ‘int’ to ‘unsigned char’ [-Wnarrowing]
|
build-windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/checkout@v2.3.4, microsoft/setup-msbuild@v1.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/checkout@v2.3.4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-windows:
IBTConsole/main.cpp#L105
uninitialized local variable 'input' used [D:\a\InfraredBrickTower\InfraredBrickTower\out\build\Windows-release\ibt.vcxproj]
|
build-windows
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-windows
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|