Hello,
Compilation of mdadm-2.1 fails with following warinings:
bitmap.c: In function `bitmap_fd_read':
bitmap.c:130: warning: int format, different type arg (arg 3)
bitmap.c:171: warning: long long unsigned int format, __u64 arg (arg 3)
bitmap.c: In function `ExamineBitmap':
bitmap.c:265: warning: long long unsigned int format, __u64 arg (arg 2)
bitmap.c:266: warning: long long unsigned int format, __u64 arg (arg 2)
bitmap.c:276: warning: long long unsigned int format, __u64 arg (arg 2)
make: *** [bitmap.o] Error 1
Since -Werror exists in CWFLAGS, each warning ends up as compliation
error.
Older version - 1.12.0 can be compiled without any problems.
Best regards,
Krzysztof Olędzki