From 591fb2ff04a64c7c3d08dee5f0efcb32c7775950 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Tue, 4 Feb 2014 15:19:19 -0500 Subject: don't inline hint, breaks clang --- kmer_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmer_utils.c') diff --git a/kmer_utils.c b/kmer_utils.c index 587404d..060e311 100644 --- a/kmer_utils.c +++ b/kmer_utils.c @@ -25,7 +25,7 @@ unsigned long long pow_four(unsigned long long x) { // convert a string of k-mer size base-4 values into a // base-10 index -inline unsigned long num_to_index(const char *str, const int kmer, const long error_pos, long long *current_position) { +unsigned long num_to_index(const char *str, const int kmer, const long error_pos, long long *current_position) { int i = 0; unsigned long out = 0; -- cgit v1.2.3