Multiwinner: change ints referring to candidates from int to size_t. #71
Annotations
10 errors and 12 warnings
Build:
src/tools/tools.h#L36
'ssize_t': undeclared identifier
|
Build:
src/tools/tools.h#L36
syntax error: missing ')' before identifier 'candidate_index'
|
Build:
src/tools/tools.h#L36
'ssize_t': undeclared identifier
|
Build:
src/tools/tools.h#L36
syntax error: missing ')' before identifier 'candidate_index'
|
Build:
src/tools/tools.h#L36
'ssize_t': undeclared identifier
|
Build:
src/tools/tools.h#L36
syntax error: missing ')' before identifier 'candidate_index'
|
Build:
src/tools/tools.h#L36
'ssize_t': undeclared identifier
|
Build:
src/tools/tools.h#L36
syntax error: missing ')' before identifier 'candidate_index'
|
Build:
src/tools/tools.h#L36
'ssize_t': undeclared identifier
|
Build:
src/tools/tools.h#L36
syntax error: missing ')' before identifier 'candidate_index'
|
The following actions uses node12 which is deprecated and will be forced to run on node16: ilammy/msvc-dev-cmd@v1.4.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: ilammy/msvc-dev-cmd@v1.4.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/singlewinner/brute_force/general_rpn/gen_custom_function.cc#L11
'argument': conversion from 'size_t' to 'int', possible loss of data
|
Build:
src/singlewinner/brute_force/general_rpn/gen_custom_function.cc#L26
'argument': conversion from 'size_t' to 'int', possible loss of data
|
Build:
src/singlewinner/brute_force/general_rpn/gen_custom_function.cc#L32
'argument': conversion from 'size_t' to 'int', possible loss of data
|
Build:
src/singlewinner/brute_force/general_rpn/gen_custom_function.cc#L38
'=': conversion from 'size_t' to 'int', possible loss of data
|
Build:
src/singlewinner/brute_force/general_rpn/gen_custom_function.cc#L49
'=': conversion from 'size_t' to 'int', possible loss of data
|
Build:
src/singlewinner/brute_force/general_rpn/gen_custom_function.cc#L151
'argument': conversion from 'size_t' to '_Ty', possible loss of data
|
Build:
src/singlewinner/brute_force/general_rpn/gen_custom_function.cc#L206
'argument': conversion from 'size_t' to 'int', possible loss of data
|
Build:
src/singlewinner/brute_force/general_rpn/gen_custom_function.cc#L206
'argument': conversion from 'size_t' to 'int', possible loss of data
|
Build:
src/singlewinner/brute_force/general_rpn/gen_custom_function.cc#L209
'argument': conversion from 'size_t' to '_Ty', possible loss of data
|
Build:
src/singlewinner/brute_force/general_rpn/gen_custom_function.cc#L459
'argument': conversion from 'size_t' to 'int', possible loss of data
|
Loading