catv: suppress compiler warning
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 3 Feb 2014 02:27:53 +0000 (03:27 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 3 Feb 2014 02:27:53 +0000 (03:27 +0100)
commit69a12fa7906d2dcdb5d8e124643a4e0f7865417a
tree000ea46db6a66d71a1546b356515ee8f7216f411
parent640ce3de07807133796bccd0bdfa146bbfc788c7
catv: suppress compiler warning

The warning was:
warning: typedef 'BUG_const_mismatch' locally defined but not used [-Wunused-local-typedefs]

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/catv.c