<div id="comment:0"></div> We fix these Cython warnings either by 1. Removing `inline` for the declaration in the `.pxd` file 2. or, not declaring the function in the `.pxd` file at all (in case the function is never used outside of the module defining it). Component: **cython** Author: **Jeroen Demeyer** Branch/Commit: **[`65abd9d`](https://github.com/sagemath/sagetrac-mirror/commit/65abd9dfce9b085d3b2a7d64d1187536238de36f)** Reviewer: **Vincent Delecroix** _Issue created by migration from https://trac.sagemath.org/ticket/23771_