Skip to content

Commit 6f4fe38

Browse files
committed
Add cython language level directive to aviod compiler warnings.
1 parent 1a49878 commit 6f4fe38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fcl/fcl.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# cython: language_level=2
12
from libcpp cimport bool
23
from libcpp.string cimport string
34
from libcpp.vector cimport vector

0 commit comments

Comments
 (0)