]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'ldadd-cflags-warnings' of https://github.com/rudimeier/util-linux
authorKarel Zak <kzak@redhat.com>
Wed, 24 Feb 2016 12:51:10 +0000 (13:51 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 24 Feb 2016 12:51:10 +0000 (13:51 +0100)
commitb64dc52a53fe33286d305f5e3af4dbe4afdf6fff
tree0c462b24a18066a78770d10c0f6b7d5d7ac57dc5
parent1c3ed5bf17503e22ef8da306dfaae14b27cd323d
parent2013b33f40cbd88def30725da84e4dff2f534632
Merge branch 'ldadd-cflags-warnings' of https://github.com/rudimeier/util-linux

* 'ldadd-cflags-warnings' of https://github.com/rudimeier/util-linux:
  build-sys: disable unused parameter warnings for some test progs
  misc: fix compiler warnungs (unsigned/signed)
  misc: fix warnings "unused parameter" [-Wunused-parameter]
  libfdisk: fix warnings, "redundant redeclaration" [-Wredundant-decls]
  tests: fix compiler warnings [-Wmissing-prototypes]
  libfdisk: fix compiler warnings [-Wmissing-prototypes]
  libfdisk: fix missing symbol
  libblkid: fix compiler warnings [-Wmissing-prototypes]
  libmount: add mnt_fs_set_priority()
  build-sys: always add AM_CFLAGS
  build-sys: always use global LDADD
libsmartcols/src/table.c
libsmartcols/src/table_print.c
misc-utils/logger.c