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 index be93ea9..327cc93

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/fat.c|4 ++-- libparte

bug#15879: [PATCH 1/9] parted: fix EOF and ctrl-c handling

2013-12-04 Thread Phillip Susi
Duplicate, patch applied.