diff options
| author | Patrick McHardy <[email protected]> | 2005-08-15 00:05:53 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2005-08-29 23:00:12 +0000 |
| commit | a10cedd4b905236603c6c4fd77cf338ebbfb1a60 (patch) | |
| tree | 118dd7b2c02317220b5d275edb8c1d04cd9cbe51 /net/unix/af_unix.c | |
| parent | [DCCP]: Fix sparse warnings (diff) | |
| download | kernel-a10cedd4b905236603c6c4fd77cf338ebbfb1a60.tar.gz kernel-a10cedd4b905236603c6c4fd77cf338ebbfb1a60.zip | |
[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 <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
