This commit is contained in:
parent
186e46fcca
commit
2a612ca62c
@ -2,7 +2,9 @@
|
||||
on the different GPUs */
|
||||
|
||||
// Disable some warnings which are caused with CUDA headers
|
||||
#if defined(_MSC_VER)
|
||||
#pragma warning(disable: 4201 4408 4100)
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <cvconfig.h>
|
||||
|
@ -3,7 +3,9 @@
|
||||
GPUs. */
|
||||
|
||||
// Disable some warnings which are caused with CUDA headers
|
||||
#if defined(_MSC_VER)
|
||||
#pragma warning(disable: 4201 4408 4100)
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <cvconfig.h>
|
||||
|
Loading…
Reference in New Issue
Block a user