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 *:
bint FALSE "0"
void import_array()
void import_umath()
# (disabled) hack to avoid C compiler warnings about unused functions in the NumPy header files
if FALSE:
import_array()
import_umath()
##cdef extern from *:
## bint FALSE "0"
## 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