Update the CI #73
Annotations
14 warnings
|
build-and-test (gcc-14, ubuntu-latest, Debug):
src/spv/inst-make.cpp#L1786
comparison of integer expressions of different signedness: ‘const int32_t’ {aka ‘const int’} and ‘const uint32_t’ {aka ‘const unsigned int’} [-Wsign-compare]
|
|
build-and-test (gcc-14, ubuntu-latest, Debug):
src/spv/inst-make.cpp#L1786
comparison of integer expressions of different signedness: ‘const uint32_t’ {aka ‘const unsigned int’} and ‘const int32_t’ {aka ‘const int’} [-Wsign-compare]
|
|
build-and-test (gcc-14, ubuntu-latest, Debug):
src/spv/inst-make.cpp#L1784
comparison of integer expressions of different signedness: ‘const int32_t’ {aka ‘const int’} and ‘const uint32_t’ {aka ‘const unsigned int’} [-Wsign-compare]
|
|
build-and-test (gcc-14, ubuntu-latest, Debug):
src/spv/inst-make.cpp#L1784
comparison of integer expressions of different signedness: ‘const uint32_t’ {aka ‘const unsigned int’} and ‘const int32_t’ {aka ‘const int’} [-Wsign-compare]
|
|
build-and-test (msvc, windows-latest, Debug):
src/values/valuable.hpp#L13
definition of implicit copy constructor for 'Valuable' is deprecated because it has a user-provided destructor
|
|
build-and-test (msvc, windows-latest, Debug):
src/values/type.hpp#L303
declaration of 'rows' hides class member
|
|
build-and-test (msvc, windows-latest, Debug):
src/values/type.hpp#L288
declaration of 'name' hides class member
|
|
build-and-test (msvc, windows-latest, Debug):
src/values/type.hpp#L281
declaration of 'name' hides class member
|
|
build-and-test (msvc, windows-latest, Debug):
src/values/type.hpp#L136
'scope': unreferenced parameter
|
|
build-and-test (msvc, windows-latest, Debug):
src/values/type.hpp#L83
'Type': '4' bytes padding added after data member '<alignment member>'
|
|
build-and-test (msvc, windows-latest, Debug):
src/format/parse.hpp#L15
relative include path contains '..'
|
|
build-and-test (msvc, windows-latest, Debug)
'initializing': conversion from '_Ty' to '_Ty', possible loss of data
|
|
build-and-test (msvc, windows-latest, Debug):
src/util/fpconvert.hpp#L135
'-': unsafe use of type 'bool' in operation
|
|
build-and-test (msvc, windows-latest, Debug):
src/util/fpconvert.hpp#L129
'-': unsafe use of type 'bool' in operation
|