From b88395a16c3c26d668ede0bdf396dcec227195c7 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Thu, 29 May 2014 15:53:30 +0000 Subject: Unused function. --- src/htslib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/htslib.h b/src/htslib.h index cbd71aa..222cf88 100644 --- a/src/htslib.h +++ b/src/htslib.h @@ -620,7 +620,7 @@ HTS_STATIC int compare_mime(httrackp * opt, const char *mime, const char *file, #endif // returns (size_t) -1 upon error -static size_t off_t_to_size_t(off_t o) { +static HTS_UNUSED size_t off_t_to_size_t(off_t o) { if (o >= 0 && o < ( (size_t) -1 ) / 2) { return (size_t) o; } else { -- cgit v1.2.3