- Fix -Wsign issue
- Bump up to WARNS=6
This commit is contained in:
parent
b5d45f0794
commit
b41853c8fe
@ -3,4 +3,8 @@
|
||||
PROG= aio_kqueue
|
||||
MAN=
|
||||
|
||||
WARNS?= 6
|
||||
|
||||
SUBDIR+= lio
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -177,7 +177,7 @@ main (int argc, char *argv[])
|
||||
#endif
|
||||
if (result != sizeof(buffer)) {
|
||||
printf("FAIL: run %d, operation %d, result %d "
|
||||
" (errno=%d) should be %d\n", run, pending,
|
||||
" (errno=%d) should be %zu\n", run, pending,
|
||||
result, errno, sizeof(buffer));
|
||||
failed++;
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user