This commit is contained in:
Alexey Spizhevoy
2011-02-14 13:13:05 +00:00
parent 186e46fcca
commit 2a612ca62c
2 changed files with 4 additions and 0 deletions

View File

@@ -2,7 +2,9 @@
on the different GPUs */ on the different GPUs */
// Disable some warnings which are caused with CUDA headers // Disable some warnings which are caused with CUDA headers
#if defined(_MSC_VER)
#pragma warning(disable: 4201 4408 4100) #pragma warning(disable: 4201 4408 4100)
#endif
#include <iostream> #include <iostream>
#include <cvconfig.h> #include <cvconfig.h>

View File

@@ -3,7 +3,9 @@
GPUs. */ GPUs. */
// Disable some warnings which are caused with CUDA headers // Disable some warnings which are caused with CUDA headers
#if defined(_MSC_VER)
#pragma warning(disable: 4201 4408 4100) #pragma warning(disable: 4201 4408 4100)
#endif
#include <iostream> #include <iostream>
#include <cvconfig.h> #include <cvconfig.h>