Commit eacaf513 authored by Stefan Behnel's avatar Stefan Behnel

disabled hackish file that was meant to avoid C compiler warnings in the NumPy tests

parent ed1ac51a
cdef extern from *: # (disabled) hack to avoid C compiler warnings about unused functions in the NumPy header files
bint FALSE "0"
void import_array()
void import_umath()
if FALSE: ##cdef extern from *:
import_array() ## bint FALSE "0"
import_umath() ## void import_array()
## void import_umath1(void* ret)
##
##if FALSE:
## import_array()
## import_umath1(NULL)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment