Skip to content

openal_track.cpp: remove SAMPLE_LIST and convert it to `std::list<A… #5740

openal_track.cpp: remove SAMPLE_LIST and convert it to `std::list<A…

openal_track.cpp: remove SAMPLE_LIST and convert it to `std::list<A… #5740

Triggered via push January 25, 2024 20:30
Status Success
Total duration 8m 43s
Artifacts

CI_archlinux.yml

on: push
Matrix: archlinux-latest-gcc
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Arch :LATEST [GCC]
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Arch :LATEST [GCC]: lib/ivis_opengl/pielighting.cpp#L87
conversion from ‘double’ to ‘float’ may change value [-Wfloat-conversion]
Arch :LATEST [GCC]: src/droid.cpp#L255
conversion from ‘float’ to ‘int’ may change value [-Wfloat-conversion]
Arch :LATEST [GCC]: src/hci/quickchat.cpp#L275
conversion from ‘float’ to ‘int’ may change value [-Wfloat-conversion]
Arch :LATEST [GCC]: src/shadowcascades.cpp#L69
conversion from ‘double’ to ‘float’ may change value [-Wfloat-conversion]
Arch :LATEST [Clang]
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Arch :LATEST [Clang]: src/droid.cpp#L255
implicit conversion turns floating-point number into integer: 'float' to 'int' [-Wfloat-conversion]
Arch :LATEST [Clang]: src/hci/quickchat.cpp#L275
implicit conversion turns floating-point number into integer: 'float' to 'int' [-Wfloat-conversion]