[parted-devel] [PATCH 0/3] Fix GCC 8 compilation errors

Shin'ichiro Kawasaki kawasaki at juno.dti.ne.jp
Sat Jun 15 08:00:52 BST 2019


With my Arch linux environment, parted master branch fails to build due
to GCC 8 warnings. This patch series fixes three failures and allows to
build successfully.

Shin'ichiro Kawasaki (3):
  configure.ac: Check ABI against ABI version 2
  libparted/labels/pt-tools.c: Fix gperf generated function attribute
  include/parted/unit.in.h: Specify const attribute to
    ped_unit_get_name()

 configure.ac                | 1 +
 include/parted/unit.in.h    | 2 +-
 libparted/labels/pt-tools.c | 7 ++++---
 3 files changed, 6 insertions(+), 4 deletions(-)

-- 
2.22.0




More information about the parted-devel mailing list