Skip to content

Commit

Permalink
Fixed Cython warning
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Aug 6, 2023
1 parent 4803f13 commit cc08b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpctl/_sycl_queue.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ from ._sycl_event cimport SyclEvent
from .program._program cimport SyclKernel


cdef void default_async_error_handler(int) nogil except *
cdef void default_async_error_handler(int) except * nogil

cdef public api class _SyclQueue [
object Py_SyclQueueObject, type Py_SyclQueueType
Expand Down

0 comments on commit cc08b5d

Please sign in to comment.