diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2013-01-15 12:24:46 +0100 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2013-01-17 13:05:52 +0100 |
commit | e2560362cc2b39a0567cab510121a7e93dfbe797 (patch) | |
tree | ef36172bbf41c28c64f645e43a978e4ccb8dd1be /fs/Kconfig | |
parent | 30783587b0f318b9e2e165f34cf5dfd9425a4904 (diff) |
cuse: fix uninitialized variable warnings
Fix the following compiler warnings:
fs/fuse/cuse.c: In function 'cuse_process_init_reply':
fs/fuse/cuse.c:288:24: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized]
fs/fuse/cuse.c:272:14: note: 'val' was declared here
fs/fuse/cuse.c:284:10: warning: 'key' may be used uninitialized in this function [-Wmaybe-uninitialized]
fs/fuse/cuse.c:272:8: note: 'key' was declared here
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Diffstat (limited to 'fs/Kconfig')
0 files changed, 0 insertions, 0 deletions