Cycles: Fix compilation warning with CUDA on OSX
This commit is contained in:
@@ -43,7 +43,9 @@ template <> class StaticAssertFailure<true> {};
|
|||||||
# endif /* __COUNTER__ */
|
# endif /* __COUNTER__ */
|
||||||
# endif /* C++11 or MSVC2015 */
|
# endif /* C++11 or MSVC2015 */
|
||||||
#else /* __KERNEL_GPU__ */
|
#else /* __KERNEL_GPU__ */
|
||||||
|
# ifndef static_assert
|
||||||
# define static_assert(statement, message)
|
# define static_assert(statement, message)
|
||||||
|
# endif
|
||||||
#endif /* __KERNEL_GPU__ */
|
#endif /* __KERNEL_GPU__ */
|
||||||
|
|
||||||
/* TODO(sergey): For until C++11 is a bare minimum for us,
|
/* TODO(sergey): For until C++11 is a bare minimum for us,
|
||||||
|
Reference in New Issue
Block a user