Shut up recent versions of GCC about the OpenMP pragmas.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7316 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang 2011-03-07 20:23:04 +00:00
parent bf9962c3f0
commit 6d93d473ad
1 changed files with 4 additions and 0 deletions

View File

@ -27,9 +27,13 @@
#include "LookUpTables.h"
#include <cmath>
#ifdef _OPENMP
#include <omp.h>
#else
#pragma GCC diagnostic ignored "-Wunknown-pragmas"
#endif
#if _M_SSE >= 0x401
#include <smmintrin.h>
#include <emmintrin.h>