Revision efbf390a2d940315efff174455243e61f23c03b9 authored by Stefan Richter on 23 February 2008, 11:24:57 UTC, committed by Stefan Richter on 13 March 2008, 23:56:58 UTC
Kills warnings from 'make C=1 CHECKFLAGS="-D__CHECK_ENDIAN__" modules':

drivers/firewire/fw-transaction.c:771:10: warning: incorrect type in assignment (different base types)
drivers/firewire/fw-transaction.c:771:10:    expected unsigned int [unsigned] [usertype] <noident>
drivers/firewire/fw-transaction.c:771:10:    got restricted unsigned int [usertype] <noident>
drivers/firewire/fw-transaction.h:93:10: warning: incorrect type in assignment (different base types)
drivers/firewire/fw-transaction.h:93:10:    expected unsigned int [unsigned] [usertype] <noident>
drivers/firewire/fw-transaction.h:93:10:    got restricted unsigned int [usertype] <noident>
drivers/firewire/fw-ohci.c:1490:8: warning: restricted degrades to integer
drivers/firewire/fw-ohci.c:1490:35: warning: restricted degrades to integer
drivers/firewire/fw-ohci.c:1516:5: warning: cast to restricted type

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Jarod Wilson <jwilson@redhat.com>
1 parent 25df287
History
File Mode Size
Makefile -rw-r--r-- 284 bytes
clntlock.c -rw-r--r-- 6.4 KB
clntproc.c -rw-r--r-- 19.3 KB
host.c -rw-r--r-- 13.4 KB
mon.c -rw-r--r-- 5.6 KB
svc.c -rw-r--r-- 13.7 KB
svc4proc.c -rw-r--r-- 14.6 KB
svclock.c -rw-r--r-- 24.2 KB
svcproc.c -rw-r--r-- 15.2 KB
svcshare.c -rw-r--r-- 2.4 KB
svcsubs.c -rw-r--r-- 8.4 KB
xdr.c -rw-r--r-- 14.1 KB
xdr4.c -rw-r--r-- 13.8 KB

back to top