remarkable-linux/net/dccp
Patrick McHardy a10cedd4b9 [DCCP]: Fix compiler warnings
may be a false warning if there always is something on ccid3hcrx_hist:

net/dccp/ccids/ccid3.c: In function 'ccid3_hc_rx_packet_recv':
net/dccp/ccids/ccid3.c:1634: warning: 'tstamp.tv_usec' may be used uninitialized in this function
net/dccp/ccids/ccid3.c:1634: warning: 'tstamp.tv_sec' may be used uninitialized in this function

const on inline functions doesn't have any effect:

net/dccp/dccp.h:64: warning: type qualifiers ignored on function return type
net/dccp/dccp.h:70: warning: type qualifiers ignored on function return type
net/dccp/dccp.h:76: warning: type qualifiers ignored on function return type

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-08-29 16:00:12 -07:00
..
ccids [DCCP]: Fix compiler warnings 2005-08-29 16:00:12 -07:00
ccid.c [DCCP]: Initial implementation 2005-08-29 15:49:46 -07:00
ccid.h [DCCP]: Just reflow the source code to fit in 80 columns 2005-08-29 15:59:26 -07:00
dccp.h [DCCP]: Fix compiler warnings 2005-08-29 16:00:12 -07:00
diag.c [INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch] 2005-08-29 15:57:48 -07:00
input.c [DCCP]: Fix RESET handling in dccp_rcv_state_process 2005-08-29 15:59:50 -07:00
ipv4.c [DCCP]: Fix sparse warnings 2005-08-29 15:59:59 -07:00
Kconfig [DCCP]: Introduce the DCCP Kernel hacking menu 2005-08-29 15:59:43 -07:00
Makefile [INET_DIAG]: Move the tcp_diag interface to the proper place 2005-08-29 15:57:54 -07:00
minisocks.c [DCCP]: Just reflow the source code to fit in 80 columns 2005-08-29 15:59:26 -07:00
options.c [DCCP]: Fix sparse warnings 2005-08-29 15:59:59 -07:00
output.c [DCCP]: Just reflow the source code to fit in 80 columns 2005-08-29 15:59:26 -07:00
packet_history.c [DCCP]: Just reflow the source code to fit in 80 columns 2005-08-29 15:59:26 -07:00
packet_history.h [DCCP]: Fix sparse warnings 2005-08-29 15:59:59 -07:00
proto.c [DCCP]: Fix sparse warnings 2005-08-29 15:59:59 -07:00
timer.c [DCCP]: Just reflow the source code to fit in 80 columns 2005-08-29 15:59:26 -07:00