On Sun, Dec 20, 2009 at 1:39 AM, Kirill A. Shutemov
wrote:
> CC savevm.o
> cc1: warnings being treated as errors
> savevm.c: In function 'file_put_buffer':
> savevm.c:342: error: ignoring return value of 'fwrite', declared with
> attribute warn_unused_result
> make: *** [savevm.o] Error 1
>
>
CCsavevm.o
cc1: warnings being treated as errors
savevm.c: In function 'file_put_buffer':
savevm.c:342: error: ignoring return value of 'fwrite', declared with attribute
warn_unused_result
make: *** [savevm.o] Error 1
Signed-off-by: Kirill A. Shutemov
---
savevm.c |3 +--
1 files chan