On Wednesday 27 June 2007 02:20:00 Denis Vlasenko wrote: > > BTW: I'm seeing a lot of error messages now when compiling busybox: > > > > miscutils/devfsd.c: In function ‘devfsd_main’: > > miscutils/devfsd.c:457: warning: ignoring return value of ‘symlink’, > > declared with attribute warn_unused_result > > miscutils/devfsd.c: In function ‘copy_inode’: > > miscutils/devfsd.c:1062: warning: ignoring return value of ‘symlink’, > > declared with attribute warn_unused_result > > miscutils/devfsd.c:1067: warning: ignoring return value of ‘chown’, > > declared with attribute warn_unused_result > > > > and so on.... > > Should be coming from your libc. Hi, the strange thing is that this started when I began to use a fresh copy of busybox svn. My old working copy never complained about this errors neither do all other projects that I test compiled after seeing this. I haven't done system upgrades involving libc, libc-dev or gcc. I'm using Ubuntu 7.04 (sort of).
gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4) Ciao, Tito _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
