From: Michael Schroeder Date: Tue, 29 Jul 2025 10:04:58 +0000 (+0200) Subject: Do not inline pool_is_kind X-Git-Tag: 0.7.35~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37240e94b77605cd447354fef134af7a725bf627;p=thirdparty%2Flibsolv.git Do not inline pool_is_kind --- diff --git a/src/poolwhatprovides.c b/src/poolwhatprovides.c index 2685bb29..07e6bce7 100644 --- a/src/poolwhatprovides.c +++ b/src/poolwhatprovides.c @@ -514,7 +514,7 @@ pool_addstdproviders(Pool *pool, Id d) } -static inline int +static int pool_is_kind(Pool *pool, Id name, Id kind) { const char *n;