Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Automated report: NetBSD-current/i386 build failure



The NetBSD Test Fixture wrote:
>     *** [hifn7751.o] Error code 1
>     nbmake[8]: stopped in /tmp/bracket/build/2020.02.29.11.03.44-i386/src/sys/modules/hifn

Specifically:

--- dependall-hifn ---
In file included from /tmp/bracket/build/2020.02.29.11.03.44-i386/src/sys/dev/pci/hifn7751.c:53:
/tmp/bracket/build/2020.02.29.11.03.44-i386/src/sys/dev/pci/hifn7751.c: In function 'hifn_rng_locked':
/tmp/bracket/build/2020.02.29.11.03.44-i386/src/sys/dev/pci/hifn7751.c:692:13: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
    nwords = MIN(__arraycount(num), nwords);
             ^~~
/tmp/bracket/build/2020.02.29.11.03.44-i386/src/sys/dev/pci/hifn7751.c:692:13: error: operand of ?: changes signedness from 'int' to 'unsigned int' due to unsignedness of other operand [-Werror=sign-compare]
    nwords = MIN(__arraycount(num), nwords);
             ^~~
/tmp/bracket/build/2020.02.29.11.03.44-i386/src/sys/dev/pci/hifn7751.c: In function 'hifn_next_signature':
/tmp/bracket/build/2020.02.29.11.03.44-i386/src/sys/dev/pci/hifn7751.c:850:16: error: comparison of integer expressions of different signedness: 'int' and 'u_int' {aka 'unsigned int'} [-Werror=sign-compare]
  for (i = 0; i < cnt; i++) {
                ^
/tmp/bracket/build/2020.02.29.11.03.44-i386/src/sys/dev/pci/hifn7751.c: In function 'hifn_ramtype':
/tmp/bracket/build/2020.02.29.11.03.44-i386/src/sys/dev/pci/hifn7751.c:1134:16: error: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Werror=sign-compare]
  for (i = 0; i < sizeof(data); i++)
                ^
/tmp/bracket/build/2020.02.29.11.03.44-i386/src/sys/dev/pci/hifn7751.c:1145:16: error: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Werror=sign-compare]
  for (i = 0; i < sizeof(data); i++)
                ^
/tmp/bracket/build/2020.02.29.11.03.44-i386/src/sys/dev/pci/hifn7751.c: In function 'hifn_sramsize':
/tmp/bracket/build/2020.02.29.11.03.44-i386/src/sys/dev/pci/hifn7751.c:1171:16: error: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'unsigned int' [-Werror=sign-compare]
  for (i = 0; i < sizeof(data); i++)
                ^

-- 
Andreas Gustafsson, gson%gson.org@localhost


Home | Main Index | Thread Index | Old Index