summaryrefslogtreecommitdiff
path: root/numpy/random
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2014-01-18 22:27:39 +0100
committerRalf Gommers <ralf.gommers@googlemail.com>2014-01-19 12:04:48 +0100
commitfd9f876ad8af93848bdef49f9baf9115d83acc2c (patch)
treee778e94930af703ac8ec6eb0495bdd0f666e1773 /numpy/random
parent57caa73f5dfb73a9820c076d4be0ef7948189b25 (diff)
downloadnumpy-fd9f876ad8af93848bdef49f9baf9115d83acc2c.tar.gz
MAINT: silence some build warnings due to missing NO_IMPORT_ARRAY
Diffstat (limited to 'numpy/random')
-rw-r--r--numpy/random/mtrand/initarray.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/random/mtrand/initarray.h b/numpy/random/mtrand/initarray.h
index f764895d1..f5e5e5332 100644
--- a/numpy/random/mtrand/initarray.h
+++ b/numpy/random/mtrand/initarray.h
@@ -1,4 +1,5 @@
#include "Python.h"
+#define NO_IMPORT_ARRAY
#include "numpy/arrayobject.h"
#include "randomkit.h"