[Please CC me on replies, I am not subscribed to the list, thanks!]
GCC: gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)
OS: Fedora Core 4 (x86_64)
drivers/md/dm-linear.c: In function ‘linear_ctr’:
drivers/md/dm-linear.c:41: warning: format ‘%lu’ expects type ‘long
unsigned int *’, but argument 3 has type ‘sector_t *’
drivers/md/dm-linear.c: In function ‘linear_status’:
drivers/md/dm-linear.c:91: warning: format ‘%lu’ expects type ‘long
unsigned int’, but argument 5 has type ‘sector_t’
drivers/md/dm-stripe.c: In function ‘get_stripe’:
drivers/md/dm-stripe.c:54: warning: format ‘%lu’ expects type ‘long
unsigned int *’, but argument 3 has type ‘sector_t *’
drivers/md/dm-stripe.c: In function ‘stripe_status’:
drivers/md/dm-stripe.c:198: warning: format ‘%lu’ expects type ‘long
unsigned int’, but argument 5 has type ‘sector_t’
drivers/md/dm-stripe.c:200: warning: format ‘%lu’ expects type ‘long
unsigned int’, but argument 5 has type ‘sector_t’
drivers/md/dm-crypt.c: In function ‘crypt_ctr’:
drivers/md/dm-crypt.c:656: warning: format ‘%lu’ expects type ‘long
unsigned int *’, but argument 3 has type ‘sector_t *’
drivers/md/dm-crypt.c:661: warning: format ‘%lu’ expects type ‘long
unsigned int *’, but argument 3 has type ‘sector_t *’
drivers/md/dm-crypt.c: In function ‘crypt_status’:
drivers/md/dm-crypt.c:903: warning: format ‘%lu’ expects type ‘long
unsigned int’, but argument 4 has type ‘sector_t’
drivers/md/dm-crypt.c:903: warning: format ‘%lu’ expects type ‘long
unsigned int’, but argument 6 has type ‘sector_t’
drivers/usb/input/yealink.c: In function ‘usb_probe’:
drivers/usb/input/yealink.c:909: warning: format ‘%d’ expects type
‘int’, but argument 4 has type ‘long unsigned int’
lib/ts_kmp.c:125: warning: initialization from incompatible pointer type
lib/ts_bm.c:165: warning: initialization from incompatible pointer type
lib/ts_fsm.c:318: warning: initialization from incompatible pointer type
--
Marcin Garski