From a29c772e24d544cb31e209816fe69cd89b4fa693 Mon Sep 17 00:00:00 2001 From: tomkp75 Date: Fri, 7 Feb 2020 17:17:32 -0500 Subject: [PATCH] Fixing gcc linkage issue --- external/KentLib/lib/cirTree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/KentLib/lib/cirTree.c b/external/KentLib/lib/cirTree.c index 9c04984..61b7523 100644 --- a/external/KentLib/lib/cirTree.c +++ b/external/KentLib/lib/cirTree.c @@ -451,7 +451,7 @@ if (crt != NULL) } } -inline int cmpTwoBits32(bits32 aHi, bits32 aLo, bits32 bHi, bits32 bLo) +static inline int cmpTwoBits32(bits32 aHi, bits32 aLo, bits32 bHi, bits32 bLo) /* Return - if b is less than a , 0 if equal, else +*/ { if (aHi < bHi)