]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: declare across file variables in blkidP.h [smatch scan]
authorSami Kerola <kerolasa@iki.fi>
Sun, 12 Feb 2017 18:48:21 +0000 (18:48 +0000)
committerKarel Zak <kzak@redhat.com>
Mon, 20 Feb 2017 12:00:58 +0000 (13:00 +0100)
commitc5e3ebcedcc810d74faea7f2f70aa06ca47379b6
treeaaaa1c0119d4eaea0d76a320a34cc53ce9ddf4fe
parenta2c8c533ce3bbc6a803e8f9e81cb22e7f52db8ef
libblkid: declare across file variables in blkidP.h [smatch scan]

Else these variables will cause following warning:

libblkid/src/superblocks/superblocks.c:165:29: warning: symbol
'superblocks_drv' was not declared.  Should it be static?

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
libblkid/src/blkidP.h
libblkid/src/probe.c