Skip to content

Fix conversion compiler warning when calling import_array macro.

Samuel Debionne requested to merge fix-numpy-import-array-warning into master

Fixes the following warning:

sip_init_numpy.cpp:63:5: warning: converting to non-pointer type 'int' 
from NULL [-Wconversion-null]
     import_array();
     ^~~~~~~~~~~~

Merge request reports