Warnings: quiet unused define message

This commit is contained in:
Campbell Barton 2014-01-30 15:26:22 +11:00
parent dd684f5a04
commit b3bb50f687

@ -19,6 +19,14 @@
#ifndef __KERNEL_GPU__
/* quiet unused define warnings */
#if defined(__KERNEL_SSE2__) || \
defined(__KERNEL_SSE3__) || \
defined(__KERNEL_SSSE3__) || \
defined(__KERNEL_SSE41__)
/* do nothing */
#endif
/* x86
*
* Compile a regular, SSE2 and SSE3 kernel. */