]> www.infradead.org Git - mtd-utils.git/commit
compr_rtime: fix unused warning
authorMike Frysinger <vapier@gentoo.org>
Sun, 26 Sep 2010 21:29:47 +0000 (17:29 -0400)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 27 Sep 2010 06:32:56 +0000 (09:32 +0300)
commit2f2362c9321f00ba7d4ff85294c2852c9b716f7d
tree57c9fc86a3aca93a7b720019224e36632e9f3e6c
parente960f7eb17f8d72f00364e9fc9f9a27b5563e318
compr_rtime: fix unused warning

The rtime logic causes gcc to emit an unused warning about srclen, so
mark it with an unused attribute to shut it up.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
compr_rtime.c