Skip to content

effects.h: Remove unused prev and next pointers from EFFECT struct #5733

effects.h: Remove unused prev and next pointers from EFFECT struct

effects.h: Remove unused prev and next pointers from EFFECT struct #5733

Triggered via push January 24, 2024 20:32
Status Success
Total duration 16m 0s
Artifacts

CI_archlinux.yml

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

Annotations

6 warnings
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]
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]