Skip to content

Switch AUDIO_SAMPLE and RES_TYPE/RES_DATA structures to std::list #5726

Switch AUDIO_SAMPLE and RES_TYPE/RES_DATA structures to std::list

Switch AUDIO_SAMPLE and RES_TYPE/RES_DATA structures to std::list #5726

Triggered via pull request January 23, 2024 10:17
Status Failure
Total duration 8m 56s
Artifacts

CI_archlinux.yml

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

Annotations

20 errors and 6 warnings
Arch :LATEST [GCC]: lib/framework/object_list_iteration.h#L70
type/value mismatch at argument 1 in template parameter list for ‘template<class _Signature> class std::function’
Arch :LATEST [GCC]: lib/framework/object_list_iteration.h#L70
template argument 2 is invalid
Arch :LATEST [GCC]: lib/framework/object_list_iteration.h#L98
expected ‘template’ keyword before dependent template name [-Werror=missing-template-keyword]
Arch :LATEST [GCC]: lib/framework/object_list_iteration.h#L98
expected primary-expression before ‘>’ token
Arch :LATEST [GCC]: lib/framework/object_list_iteration.h#L99
expected primary-expression before ‘||’ token
Arch :LATEST [GCC]: lib/framework/object_list_iteration.h#L99
expected ‘template’ keyword before dependent template name [-Werror=missing-template-keyword]
Arch :LATEST [GCC]: lib/framework/object_list_iteration.h#L99
expected primary-expression before ‘>’ token
Arch :LATEST [GCC]: lib/framework/object_list_iteration.h#L99
expected primary-expression before ‘,’ token
Arch :LATEST [GCC]: lib/framework/object_list_iteration.h#L113
expected ‘template’ keyword before dependent template name [-Werror=missing-template-keyword]
Arch :LATEST [GCC]: lib/framework/object_list_iteration.h#L113
expected primary-expression before ‘>’ token
Arch :LATEST [Clang]: lib/framework/object_list_iteration.h#L70
template argument for template type parameter must be a type
Arch :LATEST [Clang]: lib/framework/object_list_iteration.h#L68
declaration of constexpr static data member 'handler_accepts_iter' requires an initializer
Arch :LATEST [Clang]: lib/framework/object_list_iteration.h#L98
use 'template' keyword to treat 'handler_accepts_ptr' as a dependent template name
Arch :LATEST [Clang]: lib/framework/object_list_iteration.h#L99
use 'template' keyword to treat 'handler_accepts_iter' as a dependent template name
Arch :LATEST [Clang]: lib/framework/object_list_iteration.h#L113
use 'template' keyword to treat 'Invoke' as a dependent template name
Arch :LATEST [Clang]: lib/framework/frameresource.cpp#L472
no member named 'find_if' in namespace 'std'
Arch :LATEST [Clang]: lib/framework/frameresource.cpp#L585
no member named 'find_if' in namespace 'std'
Arch :LATEST [Clang]: lib/framework/frameresource.cpp#L596
no member named 'find_if' in namespace 'std'
Arch :LATEST [Clang]: lib/framework/frameresource.cpp#L627
no member named 'find_if' in namespace 'std'
Arch :LATEST [Clang]: lib/framework/frameresource.cpp#L635
no member named 'find_if' in namespace 'std'
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]: 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]