Skip to content

Commit 718e194

Browse files
Fix Cython warning about inline converter declarations
Signed-off-by: Robbie Harwood <[email protected]>
1 parent 7400c3c commit 718e194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gssapi/raw/cython_converters.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ from gssapi.raw.types import MechType, NameType
99

1010

1111
cdef gss_OID_set c_get_mech_oid_set(object mechs)
12-
cdef inline bint c_compare_oids(gss_OID a, gss_OID b)
12+
cdef bint c_compare_oids(gss_OID a, gss_OID b)
1313
cdef object c_create_oid_set(gss_OID_set mech_set, bint free=*)
1414
cdef OID c_make_oid(gss_OID oid)
1515

0 commit comments

Comments
 (0)