silx-kit / silx

silx toolkit
http://www.silx.org/doc/silx/latest/
MIT License
119 stars 70 forks source link

Warning in Cython compilation #4109

Closed kif closed 2 months ago

kif commented 2 months ago

warning: /tmp/pyFAI/src/pyFAI/ext/_bispev.pyx:193:14: noexcept clause is ignored for function returning Python object

kif commented 2 months ago

Same for

warning: /tmp/pyFAI/src/pyFAI/ext/sparse_builder.pxi:90:8: noexcept clause is ignored for function returning Python object
warning: /tmp/pyFAI/src/pyFAI/ext/sparse_builder.pxi:100:15: noexcept clause is ignored for function returning Python object
warning: /tmp/pyFAI/src/pyFAI/ext/sparse_builder.pxi:193:24: noexcept clause is ignored for function returning Python object
warning: /tmp/pyFAI/src/pyFAI/ext/sparse_builder.pxi:205:15: noexcept clause is ignored for function returning Python object
warning: /tmp/pyFAI/src/pyFAI/ext/sparse_builder.pxi:231:14: noexcept clause is ignored for function returning Python object
warning: /tmp/pyFAI/src/pyFAI/ext/sparse_builder.pxi:236:15: noexcept clause is ignored for function returning Python object
warning: /tmp/pyFAI/src/pyFAI/ext/sparse_builder.pxi:311:12: noexcept clause is ignored for function returning Python object
warning: /tmp/pyFAI/src/pyFAI/ext/sparse_builder.pxi:317:15: noexcept clause is ignored for function returning Python object
t20100 commented 2 months ago

Not opened in the right project?

There's the same in silx: #4105

kif commented 2 months ago

My bad !