]> git.ipfire.org Git - thirdparty/util-linux.git/commit
include: fix void pointer arithmetics warnings
authorSami Kerola <kerolasa@iki.fi>
Sun, 10 Jun 2012 14:49:51 +0000 (16:49 +0200)
committerSami Kerola <kerolasa@iki.fi>
Mon, 11 Jun 2012 17:51:35 +0000 (19:51 +0200)
commit667d375ea8de0c47d604fff0a75c2d653a387537
tree04ae5a0c733f2e7bdb695cc4de7e865bbcc44d76
parent9d72cbc1e2db063166c0767b5c5a26ef04f2972a
include: fix void pointer arithmetics warnings

all-io.h:18:9: warning: pointer of type 'void *' used in arithmetic [-pedantic]
all-io.h:38:9: warning: pointer of type 'void *' used in arithmetic [-pedantic]

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
include/all-io.h