bug#16053: [PATCH 1/2] "-Wall -Wextra -Werror" compilation patches - part 1/2

2013-12-16 Thread Doron Tsur
I personally prefer code compiled with Wextra, but I guess it is open for discussion, You have my patch available in case you wish to inherit changes from there. -Original Message- From: Phillip Susi [mailto:ps...@ubuntu.com] Sent: Monday, December 16, 2013 4:18 PM To: Doron Tsur; 16

bug#16053: [PATCH 1/2] "-Wall -Wextra -Werror" compilation patches - part 1/2

2013-12-15 Thread Doron Tsur
It should allow users to check new code and possible grub extension in a pedantic manner easily. -Original Message- From: Phillip Susi [mailto:ps...@ubuntu.com] Sent: Friday, December 13, 2013 11:43 PM To: Doron Tsur; 16...@debbugs.gnu.org Cc: Itai Baz Subject: Re: bug#16053: [PATCH 1

bug#16055: [PATCH 2/2] "-Wall -Wextra -Werror" compilation patches - part 2/2 parted/ui.c:169:1: error: string length '827' is greater than the length '509' ISO C90 compilers are required to support [

2013-12-04 Thread Doron Tsur
Tests: Ubuntu 13.10 compilation .../configure --prefix=/usr --without-readline CFLAGS="-Wall -Wextra -Werror" && make Signed-off-by: Doron Tsur --- parted/ui.c | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/parted/ui.c b/parted/ui.c inde

bug#16053: [PATCH 1/2] "-Wall -Wextra -Werror" compilation patches - part 1/2

2013-12-04 Thread Doron Tsur
Tests: Ubuntu 13.10 compilation .../configure --prefix=/usr --without-readline CFLAGS="-Wall -Wextra -Werror" && make Signed-off-by: Doron Tsur --- libparted/arch/linux.c | 10 +- libparted/fs/amiga/apfs.c |2 +- libparted/fs/r/fat/f