[med-svn] samtools 01/26: Fix compilation with the Clang compiler.

Charles Plessy plessy at moszumanska.debian.org
Tue Dec 10 10:06:24 UTC 2013


This is an automated email from the git hooks/post-receive script.

plessy pushed a commit to branch debian/unstable
in repository samtools.

commit 51467d0e746c2e5192032ca4f6410fa1e359a268
Author: Lee Baker <lee at leecbaker.com>
Date:   Sun Mar 10 17:06:16 2013 -0500

    Fix compilation with the Clang compiler.
---
 padding.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/padding.c b/padding.c
index a8da562..f68321a 100644
--- a/padding.c
+++ b/padding.c
@@ -138,7 +138,7 @@ int get_unpadded_len(faidx_t *fai, char *ref_name, int padded_len)
 	return bases;
 }
 
-inline int * update_posmap(int *posmap, kstring_t ref)
+int * update_posmap(int *posmap, kstring_t ref)
 {
 	int i, k;
 	posmap = realloc(posmap, ref.m * sizeof(int));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/samtools.git



More information about the debian-med-commit mailing list