master fails to build on latest Debian/Ubuntu due to a few classes of compiler warnings + -Werror. This addresses two of those. The third is the inclusion of -Wabi, which should be resolved with the next gnulib sync:
https://github.com/coreutils/gnulib/commit/63e719c9c3be133432d02ddb1274dbf57e6a8857#diff-5ef7e7b935c38f302f7e1437eca20872 I worked around that one using: $ CFLAGS="-Wabi=11" ./configure dann frazier (2): ped_unit_get_name: Resolve conflicting attributes 'const' and 'pure' Fix warnings from GCC 7's -Wimplicit-fallthrough include/parted/unit.in.h | 2 +- libparted/arch/linux.c | 8 ++++++++ libparted/labels/rdb.c | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) -- 2.19.0.rc1
