]> git.ipfire.org Git - thirdparty/util-linux.git/commit - libblkid/src/probe.c
misc: fix some compiler warnings
authorRuediger Meier <ruediger.meier@ga-group.nl>
Wed, 26 Oct 2016 18:44:15 +0000 (20:44 +0200)
committerRuediger Meier <ruediger.meier@ga-group.nl>
Thu, 27 Oct 2016 09:03:24 +0000 (11:03 +0200)
commit332123f2b6892c09635ba00de8bf20901e224dea
treef7e21985608509041a2131c5eb7b57b76a4bcad9
parentfded05ac81d0225848eebe2ab1af96d23c30f4b2
misc: fix some compiler warnings

  libsmartcols/samples/fromfile.c:59:2: warning: passing argument 3 of 'string_to_bitmask' from incompatible pointer type
  text-utils/pg.c:79:0: warning: "TABSIZE" redefined
  libblkid/src/read.c:455:13: warning: 'debug_dump_dev' defined but not used [-Wunused-function]
  libblkid/src/probe.c:769:13: warning: unused function 'cdrom_size_correction' [-Wunused-function]
  /usr/include/sys/termios.h:3:2: warning: "this file includes <sys/termios.h> which is deprecated, use <termios.h> instead" [-W#warnings]

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
libblkid/src/probe.c
libblkid/src/read.c
libsmartcols/samples/fromfile.c
text-utils/pg.c