Skip to content

Commit

Permalink
Removing intel preprocessors from qhull_a.h
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchwr committed Jun 12, 2015
1 parent a951b75 commit 46ece10
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions extern/qhull/qhull_a.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,8 @@
#elif defined(__MWERKS__) && defined(__INTEL__)
# define QHULL_OS_WIN
#endif
#if defined(__INTEL_COMPILER) && !defined(QHULL_OS_WIN)
template <typename T>
inline void qhullUnused(T &x) { (void)x; }
# define QHULL_UNUSED(x) qhullUnused(x);
#else
# define QHULL_UNUSED(x) (void)x;
#endif

#define QHULL_UNUSED(x) (void)x;

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

Expand Down

0 comments on commit 46ece10

Please sign in to comment.