Source: pyethash
Version: 0.1.27-1
Severity: important
https://buildd.debian.org/status/package.php?p=pyethash&suite=sid
...
In file included from src/libethash/internal.c:31:0:
src/libethash/internal.c: In function 'ethash_compute_cache_nodes':
src/libethash/endian.h:66:36: warning: left-hand operand of comma expression
has no effect [-Wunused-value]
for (unsigned i_ = 0; i_ < (size_), ++i_) { \
^
src/libethash/internal.c:89:2: note: in expansion of macro 'fix_endian_arr32'
fix_endian_arr32(nodes->words, num_nodes * NODE_WORDS);
^~~~~~~~~~~~~~~~
src/libethash/endian.h:66:42: error: expected ';' before ')' token
for (unsigned i_ = 0; i_ < (size_), ++i_) { \
^
src/libethash/internal.c:89:2: note: in expansion of macro 'fix_endian_arr32'
fix_endian_arr32(nodes->words, num_nodes * NODE_WORDS);
^~~~~~~~~~~~~~~~
src/libethash/internal.c:93:1: error: expected 'while' before 'void'
void ethash_calculate_dag_item(
^~~~
src/libethash/internal.c:174:13: error: invalid storage class for function
'ethash_hash'
static bool ethash_hash(
^~~~~~~~~~~
src/libethash/internal.c: In function 'ethash_hash':
src/libethash/internal.c:507:0: error: unterminated argument list invoking
macro "ethash_swap_u64"
}