We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a951b75 commit 46ece10Copy full SHA for 46ece10
extern/qhull/qhull_a.h
@@ -102,13 +102,8 @@
102
#elif defined(__MWERKS__) && defined(__INTEL__)
103
# define QHULL_OS_WIN
104
#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
+
+#define QHULL_UNUSED(x) (void)x;
112
113
/***** -libqhull.c prototypes (alphabetical after qhull) ********************/
114
0 commit comments