Skip to content

Commit 0a9d1e3

Browse files
committed
removing inline code warnings
1 parent 501cf7e commit 0a9d1e3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

quaddtype/numpy_quaddtype/src/dragon4.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ Modifications are specific to support the SLEEF_QUAD
2525
#include "dtype.h"
2626
#include "scalar.h"
2727

28-
#if !defined(HAVE_THREAD_LOCAL) && !defined(HAVE__THREAD_LOCAL) && \
29-
!defined(HAVE___THREAD) && !defined(HAVE___DECLSPEC_THREAD_) && \
30-
!defined(__cplusplus)
31-
#warning "No thread-local storage support detected! NPY_TLS will be empty, causing thread safety issues."
32-
#else
33-
#warning "NPY_TLS Thread-local storage support detected."
34-
#endif
3528

3629
#ifdef __cplusplus
3730
#define NPY_TLS thread_local

0 commit comments

Comments
 (0)