On Tue, Oct 05, 2010 at 12:35:31AM +0200, Denys Vlasenko wrote: > Build fails: > > cc1: warnings being treated as errors > e2fsprogs/tune2fs.c: In function 'tune2fs_main': > e2fsprogs/tune2fs.c:57: warning: 'max_mnt_count' may be used uninitialized in > this function > e2fsprogs/tune2fs.c:54: warning: 'check_interval' may be used uninitialized > in this function > make[1]: *** [e2fsprogs/tune2fs.o] Error 1
Well, gcc is obviously wrong, but I guess that's because bb_error_msg_and_die() doesn't use a "noreturn" attribute. I'll polish the patch once more, sorry for overlooking that. -- Richard Braun _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
