Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddf4a88

Browse files
committed
Merge pull request matplotlib#4519 from frenchwr/master
Removing intel preprocessors from qhull_a.h
2 parents a165735 + 46ece10 commit ddf4a88

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

extern/qhull/qhull_a.h

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,8 @@
102102
#elif defined(__MWERKS__) && defined(__INTEL__)
103103
# define QHULL_OS_WIN
104104
#endif
105-
#if defined(__INTEL_COMPILER) && !defined(QHULL_OS_WIN)
106-
template <typename T>
107-
inline void qhullUnused(T &x) { (void)x; }
108-
# define QHULL_UNUSED(x) qhullUnused(x);
109-
#else
110-
# define QHULL_UNUSED(x) (void)x;
111-
#endif
105+
106+
#define QHULL_UNUSED(x) (void)x;
112107

113108
/***** -libqhull.c prototypes (alphabetical after qhull) ********************/
114109

0 commit comments

Comments
 (0)