1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

build: cuda warnings

This commit is contained in:
Alexander Alekhin
2016-12-04 01:51:28 +03:00
parent 380cc520f3
commit 0724d13bcd
5 changed files with 10 additions and 42 deletions
@@ -43,6 +43,10 @@
#ifndef OPENCV_CUDA_REDUCE_HPP
#define OPENCV_CUDA_REDUCE_HPP
#ifndef THRUST_DEBUG // eliminate -Wundef warning
#define THRUST_DEBUG 0
#endif
#include <thrust/tuple.h>
#include "detail/reduce.hpp"
#include "detail/reduce_key_val.hpp"