mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-11-02 17:42:54 +10:00
On compilers with security warnings enabled by default, we get:
usr/gen_init_cpio.c: In function ‘cpio_mkfile’:
usr/gen_init_cpio.c:357: warning: ignoring return value of ‘fwrite’,
declared with attribute warn_unused_result
So check the return value and handle errors accordingly.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| gen_init_cpio.c | ||
| initramfs_data.bz2.S | ||
| initramfs_data.gz.S | ||
| initramfs_data.lzma.S | ||
| initramfs_data.S | ||
| Kconfig | ||
| Makefile | ||