Commit 2a612ca6 authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

--no commit message

--no commit message
parent 186e46fc
...@@ -2,7 +2,9 @@ ...@@ -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>
......
...@@ -3,7 +3,9 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment