From: Manuel Zerpies <[email protected]> I'm writing my Bachelor thesis at the VAMOS project [0] at the Friedrich-Alexander-Universität Erlangen Nürnberg. At VAMOS we do research about the variability management in operating systems and projects which use the Kconfig tool.
The patch of Dinny Wu is incomplete. This patchset fixes way more format warnings than the one of Dinny Wu. Compiling with gcc 4.4.3 and 4.6.1 some files throw warnings like 'format not a string literal and no format arguments'. This patchset fixes all of those warnings. Manuel Zerpies (3): fix literal error warning remove unused variable opts handle return values of write and fgets applets/applet_tables.c | 4 +++- applets/usage.c | 7 +++++-- applets/usage_pod.c | 2 +- archival/libarchive/data_extract_to_command.c | 2 +- coreutils/expand.c | 2 +- coreutils/od_bloaty.c | 2 +- coreutils/stat.c | 4 ++-- libbb/create_icmp6_socket.c | 4 ++-- libbb/create_icmp_socket.c | 4 ++-- libbb/dump.c | 4 ++-- libbb/fflush_stdout_and_exit.c | 2 +- libbb/wfopen.c | 2 +- libbb/xfuncs_printf.c | 12 ++++++------ loginutils/addgroup.c | 2 +- loginutils/adduser.c | 2 +- loginutils/chpasswd.c | 2 +- loginutils/deluser.c | 2 +- miscutils/crontab.c | 2 +- miscutils/flashcp.c | 2 -- networking/ntpd.c | 2 +- networking/traceroute.c | 2 +- networking/udhcp/arpping.c | 2 +- networking/wget.c | 2 +- shell/hush.c | 2 +- sysklogd/logread.c | 2 +- util-linux/mount.c | 12 ++++++------ 26 files changed, 45 insertions(+), 42 deletions(-) [0] http://www4.cs.fau.de/Research/VAMOS/
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
