From eb3abcbb62e8fa7f20588f33da9ad204677707eb Mon Sep 17 00:00:00 2001 From: Sayed Adel Date: Tue, 4 May 2021 13:15:37 +0200 Subject: MAINT: Avoid treating _SIMD module build warnings as errors --- numpy/core/src/_simd/_simd.dispatch.c.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') diff --git a/numpy/core/src/_simd/_simd.dispatch.c.src b/numpy/core/src/_simd/_simd.dispatch.c.src index 3e82c28a4..c51e4ce4e 100644 --- a/numpy/core/src/_simd/_simd.dispatch.c.src +++ b/numpy/core/src/_simd/_simd.dispatch.c.src @@ -1,4 +1,4 @@ -/*@targets $werror #simd_test*/ +/*@targets #simd_test*/ #include "_simd.h" #include "_simd_inc.h" -- cgit v1.2.1