Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2016
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 38.56 KB | None | 0 0
  1. 2>  Building NVCC (Device) object modules/gpu/CMakeFiles/cuda_compile.dir/src/cuda/Release/cuda_compile_generated_generalized_hough.cu.obj
  2. 2>  generalized_hough.cu
  3. 2>  
  4. 2>  generalized_hough.cu
  5. 2>  
  6. 2>C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/execution_policy.hpp(241): warning C4267: 'argument' : conversion from 'size_t' to 'thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>::size_type', possible loss of data
  7. 2>  
  8. 2>C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/execution_policy.hpp(303): warning C4267: 'argument' : conversion from 'size_t' to 'thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>::size_type', possible loss of data
  9. 2>  
  10. 2>C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/execution_policy.hpp(319): warning C4267: 'argument' : conversion from 'size_t' to 'thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>::size_type', possible loss of data
  11. 2>  
  12. 2>C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/execution_policy.hpp(439): warning C4267: 'argument' : conversion from 'size_t' to 'thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>::size_type', possible loss of data
  13. 2>  
  14. 2>C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/execution_policy.hpp(250): warning C4267: 'argument' : conversion from 'size_t' to 'thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>,0x00>::size_type', possible loss of data
  15. 2>  
  16. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/execution_policy.hpp(625) : see reference to function template instantiation 'thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>,0x00> thrust::system::cuda::detail::bulk_::par<thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>>(ExecutionAgent,size_t)' being compiled
  17. 2>  
  18. 2>          with
  19. 2>  
  20. 2>          [
  21. 2>  
  22. 2>              ExecutionAgent=thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>
  23. 2>  
  24. 2>          ]
  25. 2>  
  26. 2>C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/detail/cuda_launcher/cuda_launcher.hpp(155): warning C4267: 'return' : conversion from 'size_t' to 'int', possible loss of data
  27. 2>  
  28. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/detail/cuda_launcher/cuda_launcher.hpp(148) : while compiling class template member function 'int thrust::system::cuda::detail::bulk_::detail::cuda_launcher_base<0,thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>,0x00>,Closure>::choose_group_size(int)'
  29. 2>  
  30. 2>          with
  31. 2>  
  32. 2>          [
  33. 2>  
  34. 2>              Closure=thrust::system::cuda::detail::bulk_::detail::closure<thrust::system::cuda::detail::for_each_n_detail::for_each_kernel,thrust::tuple<thrust::system::cuda::detail::bulk_::detail::cursor<0>,thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>,thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,unsigned int,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>
  35. 2>  
  36. 2>          ]
  37. 2>  
  38. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/detail/cuda_launcher/cuda_launcher.hpp(305) : see reference to function template instantiation 'int thrust::system::cuda::detail::bulk_::detail::cuda_launcher_base<0,thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>,0x00>,Closure>::choose_group_size(int)' being compiled
  39. 2>  
  40. 2>          with
  41. 2>  
  42. 2>          [
  43. 2>  
  44. 2>              Closure=thrust::system::cuda::detail::bulk_::detail::closure<thrust::system::cuda::detail::for_each_n_detail::for_each_kernel,thrust::tuple<thrust::system::cuda::detail::bulk_::detail::cursor<0>,thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>,thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,unsigned int,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>
  45. 2>  
  46. 2>          ]
  47. 2>  
  48. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/detail/cuda_launcher/cuda_launcher.hpp(228) : see reference to class template instantiation 'thrust::system::cuda::detail::bulk_::detail::cuda_launcher_base<0,thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>,0x00>,Closure>' being compiled
  49. 2>  
  50. 2>          with
  51. 2>  
  52. 2>          [
  53. 2>  
  54. 2>              Closure=thrust::system::cuda::detail::bulk_::detail::closure<thrust::system::cuda::detail::for_each_n_detail::for_each_kernel,thrust::tuple<thrust::system::cuda::detail::bulk_::detail::cursor<0>,thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>,thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,unsigned int,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>
  55. 2>  
  56. 2>          ]
  57. 2>  
  58. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/detail/choose_sizes.inl(41) : see reference to class template instantiation 'thrust::system::cuda::detail::bulk_::detail::cuda_launcher<thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>,0x00>,Closure>' being compiled
  59. 2>  
  60. 2>          with
  61. 2>  
  62. 2>          [
  63. 2>  
  64. 2>              Closure=thrust::system::cuda::detail::bulk_::detail::closure<thrust::system::cuda::detail::for_each_n_detail::for_each_kernel,thrust::tuple<thrust::system::cuda::detail::bulk_::detail::cursor<0>,thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>,thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,unsigned int,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>
  65. 2>  
  66. 2>          ]
  67. 2>  
  68. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/detail/choose_sizes.inl(96) : see reference to function template instantiation 'thrust::pair<int,int> thrust::system::cuda::detail::bulk_::detail::choose_sizes<thrust::system::cuda::detail::bulk_::detail::closure<thrust::system::cuda::detail::for_each_n_detail::for_each_kernel,thrust::tuple<thrust::system::cuda::detail::bulk_::detail::cursor<0>,thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>,thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,unsigned int,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>>(thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>,0x00>,Closure)' being compiled
  69. 2>  
  70. 2>          with
  71. 2>  
  72. 2>          [
  73. 2>  
  74. 2>              Closure=thrust::system::cuda::detail::bulk_::detail::closure<thrust::system::cuda::detail::for_each_n_detail::for_each_kernel,thrust::tuple<thrust::system::cuda::detail::bulk_::detail::cursor<0>,thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>,thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,unsigned int,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>
  75. 2>  
  76. 2>          ]
  77. 2>  
  78. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/for_each.inl(125) : see reference to function template instantiation 'thrust::pair<int,int> thrust::system::cuda::detail::bulk_::choose_sizes<thrust::system::cuda::detail::for_each_n_detail::for_each_kernel,thrust::system::cuda::detail::bulk_::detail::cursor<0>,RandomAccessIterator,thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,unsigned int>(thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>,0x00>,Function,Arg1,Arg2,Arg3,Arg4)' being compiled
  79. 2>  
  80. 2>          with
  81. 2>  
  82. 2>          [
  83. 2>  
  84. 2>              RandomAccessIterator=thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>
  85. 2>  
  86. 2>  ,            Function=thrust::system::cuda::detail::for_each_n_detail::for_each_kernel
  87. 2>  
  88. 2>  ,            Arg1=thrust::system::cuda::detail::bulk_::detail::cursor<0>
  89. 2>  
  90. 2>  ,            Arg2=thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>
  91. 2>  
  92. 2>  ,            Arg3=thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>
  93. 2>  
  94. 2>  ,            Arg4=unsigned int
  95. 2>  
  96. 2>          ]
  97. 2>  
  98. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/tuple.h(249) : see reference to function template instantiation 'thrust::detail::cons<T0,thrust::detail::cons<T0,thrust::detail::map_tuple_to_cons<thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>::type>>::cons<const thrust::device_ptr<int>,const thrust::device_ptr<int>,const thrust::null_type,const thrust::null_type,const thrust::null_type,const thrust::null_type,const thrust::null_type,const thrust::null_type,const thrust::null_type,const thrust::null_type>(T1 &,T2 &,T3 &,T4 &,T5 &,T6 &,T7 &,T8 &,T9 &,T10 &)' being compiled
  99. 2>  
  100. 2>          with
  101. 2>  
  102. 2>          [
  103. 2>  
  104. 2>              T0=thrust::device_ptr<int>
  105. 2>  
  106. 2>  ,            T1=const thrust::device_ptr<int>
  107. 2>  
  108. 2>  ,            T2=const thrust::device_ptr<int>
  109. 2>  
  110. 2>  ,            T3=const thrust::null_type
  111. 2>  
  112. 2>  ,            T4=const thrust::null_type
  113. 2>  
  114. 2>  ,            T5=const thrust::null_type
  115. 2>  
  116. 2>  ,            T6=const thrust::null_type
  117. 2>  
  118. 2>  ,            T7=const thrust::null_type
  119. 2>  
  120. 2>  ,            T8=const thrust::null_type
  121. 2>  
  122. 2>  ,            T9=const thrust::null_type
  123. 2>  
  124. 2>  ,            T10=const thrust::null_type
  125. 2>  
  126. 2>          ]
  127. 2>  
  128. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/tuple.h(249) : see reference to function template instantiation 'thrust::detail::cons<T0,thrust::detail::cons<T0,thrust::detail::map_tuple_to_cons<thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>::type>>::cons<const thrust::device_ptr<int>,const thrust::device_ptr<int>,const thrust::null_type,const thrust::null_type,const thrust::null_type,const thrust::null_type,const thrust::null_type,const thrust::null_type,const thrust::null_type,const thrust::null_type>(T1 &,T2 &,T3 &,T4 &,T5 &,T6 &,T7 &,T8 &,T9 &,T10 &)' being compiled
  129. 2>  
  130. 2>          with
  131. 2>  
  132. 2>          [
  133. 2>  
  134. 2>              T0=thrust::device_ptr<int>
  135. 2>  
  136. 2>  ,            T1=const thrust::device_ptr<int>
  137. 2>  
  138. 2>  ,            T2=const thrust::device_ptr<int>
  139. 2>  
  140. 2>  ,            T3=const thrust::null_type
  141. 2>  
  142. 2>  ,            T4=const thrust::null_type
  143. 2>  
  144. 2>  ,            T5=const thrust::null_type
  145. 2>  
  146. 2>  ,            T6=const thrust::null_type
  147. 2>  
  148. 2>  ,            T7=const thrust::null_type
  149. 2>  
  150. 2>  ,            T8=const thrust::null_type
  151. 2>  
  152. 2>  ,            T9=const thrust::null_type
  153. 2>  
  154. 2>  ,            T10=const thrust::null_type
  155. 2>  
  156. 2>          ]
  157. 2>  
  158. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/tuple.h(239) : while compiling class template member function 'thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>::tuple(const thrust::device_ptr<int> &,const thrust::device_ptr<int> &)'
  159. 2>  
  160. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/detail/tuple.inl(644) : see reference to function template instantiation 'thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>::tuple(const thrust::device_ptr<int> &,const thrust::device_ptr<int> &)' being compiled
  161. 2>  
  162. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/tuple.h(90) : see reference to class template instantiation 'thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>' being compiled
  163. 2>  
  164. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/iterator/detail/zip_iterator_base.h(329) : see reference to class template instantiation 'thrust::tuple_size<Tuple>' being compiled
  165. 2>  
  166. 2>          with
  167. 2>  
  168. 2>          [
  169. 2>  
  170. 2>              Tuple=thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>
  171. 2>  
  172. 2>          ]
  173. 2>  
  174. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/iterator/detail/zip_iterator_base.h(365) : see reference to class template instantiation 'thrust::detail::zip_iterator_base_ns::tuple_of_iterator_references<IteratorTuple>' being compiled
  175. 2>  
  176. 2>          with
  177. 2>  
  178. 2>          [
  179. 2>  
  180. 2>              IteratorTuple=thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>
  181. 2>  
  182. 2>          ]
  183. 2>  
  184. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/iterator/zip_iterator.h(140) : see reference to class template instantiation 'thrust::detail::zip_iterator_base<IteratorTuple>' being compiled
  185. 2>  
  186. 2>          with
  187. 2>  
  188. 2>          [
  189. 2>  
  190. 2>              IteratorTuple=thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>
  191. 2>  
  192. 2>          ]
  193. 2>  
  194. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/detail/tuple.inl(256) : see reference to class template instantiation 'thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>' being compiled
  195. 2>  
  196. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/detail/tuple.inl(257) : see reference to class template instantiation 'thrust::detail::cons<T0,thrust::detail::cons<thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,thrust::detail::cons<unsigned int,thrust::detail::map_tuple_to_cons<thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>::type>>>' being compiled
  197. 2>  
  198. 2>          with
  199. 2>  
  200. 2>          [
  201. 2>  
  202. 2>              T0=thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>
  203. 2>  
  204. 2>          ]
  205. 2>  
  206. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/tuple.h(197) : see reference to class template instantiation 'thrust::detail::cons<T0,thrust::detail::cons<thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>,thrust::detail::cons<thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,thrust::detail::cons<unsigned int,thrust::detail::map_tuple_to_cons<thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>::type>>>>' being compiled
  207. 2>  
  208. 2>          with
  209. 2>  
  210. 2>          [
  211. 2>  
  212. 2>              T0=thrust::system::cuda::detail::bulk_::detail::cursor<0>
  213. 2>  
  214. 2>          ]
  215. 2>  
  216. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/detail/closure.hpp(70) : see reference to class template instantiation 'thrust::tuple<thrust::system::cuda::detail::bulk_::detail::cursor<0>,thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>,thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,unsigned int,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>' being compiled
  217. 2>  
  218. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/detail/cuda_task.hpp(61) : see reference to class template instantiation 'thrust::system::cuda::detail::bulk_::detail::closure<thrust::system::cuda::detail::for_each_n_detail::for_each_kernel,thrust::tuple<thrust::system::cuda::detail::bulk_::detail::cursor<0>,thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>,thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,unsigned int,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>' being compiled
  219. 2>  
  220. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/detail/cuda_task.hpp(202) : see reference to class template instantiation 'thrust::system::cuda::detail::bulk_::detail::task_base<thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>,0x00>,Closure>' being compiled
  221. 2>  
  222. 2>          with
  223. 2>  
  224. 2>          [
  225. 2>  
  226. 2>              Closure=thrust::system::cuda::detail::bulk_::detail::closure<thrust::system::cuda::detail::for_each_n_detail::for_each_kernel,thrust::tuple<thrust::system::cuda::detail::bulk_::detail::cursor<0>,thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>,thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,unsigned int,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>
  227. 2>  
  228. 2>          ]
  229. 2>  
  230. 2>          c:\users\xxxxxxx\appdata\local\temp\tmpxft_000026e0_00000000-11_generalized_hough.compute_20.cudafe1.stub.c(35) : see reference to class template instantiation 'thrust::system::cuda::detail::bulk_::detail::cuda_task<thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>,0x00>,thrust::system::cuda::detail::bulk_::detail::closure<thrust::system::cuda::detail::for_each_n_detail::for_each_kernel,thrust::tuple<thrust::system::cuda::detail::bulk_::detail::cursor<0>,thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>,thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,unsigned int,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>>' being compiled
  231. 2>  
  232. 2>C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/detail/cuda_launcher/cuda_launcher.hpp(85): warning C4267: 'return' : conversion from 'size_t' to 'int', possible loss of data
  233. 2>  
  234. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/detail/cuda_launcher/cuda_launcher.hpp(84) : while compiling class template member function 'int thrust::system::cuda::detail::bulk_::detail::cuda_launcher_base<0,thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>,0x00>,Closure>::max_active_blocks_per_multiprocessor(const thrust::system::cuda::detail::bulk_::detail::device_properties_t &,const thrust::system::cuda::detail::bulk_::detail::function_attributes_t &,int,int)'
  235. 2>  
  236. 2>          with
  237. 2>  
  238. 2>          [
  239. 2>  
  240. 2>              Closure=thrust::system::cuda::detail::bulk_::detail::closure<thrust::system::cuda::detail::for_each_n_detail::for_each_kernel,thrust::tuple<thrust::system::cuda::detail::bulk_::detail::cursor<0>,thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>,thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,unsigned int,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>
  241. 2>  
  242. 2>          ]
  243. 2>  
  244. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/detail/cuda_launcher/cuda_launcher.hpp(96) : see reference to function template instantiation 'int thrust::system::cuda::detail::bulk_::detail::cuda_launcher_base<0,thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>,0x00>,Closure>::max_active_blocks_per_multiprocessor(const thrust::system::cuda::detail::bulk_::detail::device_properties_t &,const thrust::system::cuda::detail::bulk_::detail::function_attributes_t &,int,int)' being compiled
  245. 2>  
  246. 2>          with
  247. 2>  
  248. 2>          [
  249. 2>  
  250. 2>              Closure=thrust::system::cuda::detail::bulk_::detail::closure<thrust::system::cuda::detail::for_each_n_detail::for_each_kernel,thrust::tuple<thrust::system::cuda::detail::bulk_::detail::cursor<0>,thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>,thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,unsigned int,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>
  251. 2>  
  252. 2>          ]
  253. 2>  
  254. 2>C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/detail/pair.inl(46): warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
  255. 2>  
  256. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/detail/cuda_launcher/cuda_launcher.hpp(101) : see reference to function template instantiation 'thrust::pair<int,int>::pair<size_t,int>(const thrust::pair<size_t,int> &)' being compiled
  257. 2>  
  258. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/detail/cuda_launcher/cuda_launcher.hpp(101) : see reference to function template instantiation 'thrust::pair<int,int>::pair<size_t,int>(const thrust::pair<size_t,int> &)' being compiled
  259. 2>  
  260. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/detail/cuda_launcher/cuda_launcher.hpp(94) : while compiling class template member function 'thrust::pair<int,int> thrust::system::cuda::detail::bulk_::detail::cuda_launcher_base<0,thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>,0x00>,Closure>::dynamic_smem_occupancy_limit(const thrust::system::cuda::detail::bulk_::detail::device_properties_t &,const thrust::system::cuda::detail::bulk_::detail::function_attributes_t &,int,int)'
  261. 2>  
  262. 2>          with
  263. 2>  
  264. 2>          [
  265. 2>  
  266. 2>              Closure=thrust::system::cuda::detail::bulk_::detail::closure<thrust::system::cuda::detail::for_each_n_detail::for_each_kernel,thrust::tuple<thrust::system::cuda::detail::bulk_::detail::cursor<0>,thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>,thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,unsigned int,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>
  267. 2>  
  268. 2>          ]
  269. 2>  
  270. 2>          C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.5\include\thrust/system/cuda/detail/bulk/detail/cuda_launcher/cuda_launcher.hpp(119) : see reference to function template instantiation 'thrust::pair<int,int> thrust::system::cuda::detail::bulk_::detail::cuda_launcher_base<0,thrust::system::cuda::detail::bulk_::parallel_group<thrust::system::cuda::detail::bulk_::concurrent_group<thrust::system::cuda::detail::bulk_::agent<0x01>,0x00>,0x00>,Closure>::dynamic_smem_occupancy_limit(const thrust::system::cuda::detail::bulk_::detail::device_properties_t &,const thrust::system::cuda::detail::bulk_::detail::function_attributes_t &,int,int)' being compiled
  271. 2>  
  272. 2>          with
  273. 2>  
  274. 2>          [
  275. 2>  
  276. 2>              Closure=thrust::system::cuda::detail::bulk_::detail::closure<thrust::system::cuda::detail::for_each_n_detail::for_each_kernel,thrust::tuple<thrust::system::cuda::detail::bulk_::detail::cursor<0>,thrust::zip_iterator<thrust::tuple<thrust::device_ptr<int>,thrust::device_ptr<int>,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>,thrust::detail::wrapped_function<thrust::detail::unary_transform_functor<cv::gpu::device::binder2nd<cv::gpu::device::minimum<int>>>,void>,unsigned int,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type,thrust::null_type>>
  277. 2>  
  278. 2>          ]
  279. 2>  
  280. 2>  Building NVCC (Device) object modules/gpu/CMakeFiles/cuda_compile.dir/src/cuda/Release/cuda_compile_generated_gftt.cu.obj
  281. 2>  gftt.cu
  282. 2>  
  283. 2>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winnt.h(19721): warning : expression has no effect
  284. 2>  
  285. 2>  
  286. 2>  
  287. 2>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winuser.h(13875): warning : signed bit field of length 1
  288. 2>  
  289. 2>  
  290. 2>  
  291. 2>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winuser.h(13876): warning : signed bit field of length 1
  292. 2>  
  293. 2>  
  294. 2>  
  295. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(704): warning : signed bit field of length 1
  296. 2>  
  297. 2>  
  298. 2>  
  299. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(705): warning : signed bit field of length 1
  300. 2>  
  301. 2>  
  302. 2>  
  303. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(706): warning : signed bit field of length 1
  304. 2>  
  305. 2>  
  306. 2>  
  307. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(707): warning : signed bit field of length 1
  308. 2>  
  309. 2>  
  310. 2>  
  311. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(708): warning : signed bit field of length 1
  312. 2>  
  313. 2>  
  314. 2>  
  315. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(709): warning : signed bit field of length 1
  316. 2>  
  317. 2>  
  318. 2>  
  319. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(710): warning : signed bit field of length 1
  320. 2>  
  321. 2>  
  322. 2>  
  323. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(711): warning : signed bit field of length 1
  324. 2>  
  325. 2>  
  326. 2>  
  327. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(712): warning : signed bit field of length 1
  328. 2>  
  329. 2>  
  330. 2>  
  331. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(713): warning : signed bit field of length 1
  332. 2>  
  333. 2>  
  334. 2>  
  335. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(714): warning : signed bit field of length 1
  336. 2>  
  337. 2>  
  338. 2>  
  339. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(715): warning : signed bit field of length 1
  340. 2>  
  341. 2>  
  342. 2>  
  343. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(716): warning : signed bit field of length 1
  344. 2>  
  345. 2>  
  346. 2>  
  347. 2>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winnt.h(19721): warning : expression has no effect
  348. 2>  
  349. 2>  
  350. 2>  
  351. 2>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winuser.h(13875): warning : signed bit field of length 1
  352. 2>  
  353. 2>  
  354. 2>  
  355. 2>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winuser.h(13876): warning : signed bit field of length 1
  356. 2>  
  357. 2>  
  358. 2>  
  359. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(704): warning : signed bit field of length 1
  360. 2>  
  361. 2>  
  362. 2>  
  363. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(705): warning : signed bit field of length 1
  364. 2>  
  365. 2>  
  366. 2>  
  367. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(706): warning : signed bit field of length 1
  368. 2>  
  369. 2>  
  370. 2>  
  371. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(707): warning : signed bit field of length 1
  372. 2>  
  373. 2>  
  374. 2>  
  375. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(708): warning : signed bit field of length 1
  376. 2>  
  377. 2>  
  378. 2>  
  379. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(709): warning : signed bit field of length 1
  380. 2>  
  381. 2>  
  382. 2>  
  383. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(710): warning : signed bit field of length 1
  384. 2>  
  385. 2>  
  386. 2>  
  387. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(711): warning : signed bit field of length 1
  388. 2>  
  389. 2>  
  390. 2>  
  391. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(712): warning : signed bit field of length 1
  392. 2>  
  393. 2>  
  394. 2>  
  395. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(713): warning : signed bit field of length 1
  396. 2>  
  397. 2>  
  398. 2>  
  399. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(714): warning : signed bit field of length 1
  400. 2>  
  401. 2>  
  402. 2>  
  403. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(715): warning : signed bit field of length 1
  404. 2>  
  405. 2>  
  406. 2>  
  407. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(716): warning : signed bit field of length 1
  408. 2>  
  409. 2>  
  410. 2>  
  411. 2>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winnt.h(19721): warning : expression has no effect
  412. 2>  
  413. 2>  
  414. 2>  
  415. 2>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winuser.h(13875): warning : signed bit field of length 1
  416. 2>  
  417. 2>  
  418. 2>  
  419. 2>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winuser.h(13876): warning : signed bit field of length 1
  420. 2>  
  421. 2>  
  422. 2>  
  423. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(704): warning : signed bit field of length 1
  424. 2>  
  425. 2>  
  426. 2>  
  427. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(705): warning : signed bit field of length 1
  428. 2>  
  429. 2>  
  430. 2>  
  431. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(706): warning : signed bit field of length 1
  432. 2>  
  433. 2>  
  434. 2>  
  435. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(707): warning : signed bit field of length 1
  436. 2>  
  437. 2>  
  438. 2>  
  439. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(708): warning : signed bit field of length 1
  440. 2>  
  441. 2>  
  442. 2>  
  443. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(709): warning : signed bit field of length 1
  444. 2>  
  445. 2>  
  446. 2>  
  447. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(710): warning : signed bit field of length 1
  448. 2>  
  449. 2>  
  450. 2>  
  451. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(711): warning : signed bit field of length 1
  452. 2>  
  453. 2>  
  454. 2>  
  455. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(712): warning : signed bit field of length 1
  456. 2>  
  457. 2>  
  458. 2>  
  459. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(713): warning : signed bit field of length 1
  460. 2>  
  461. 2>  
  462. 2>  
  463. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(714): warning : signed bit field of length 1
  464. 2>  
  465. 2>  
  466. 2>  
  467. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(715): warning : signed bit field of length 1
  468. 2>  
  469. 2>  
  470. 2>  
  471. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(716): warning : signed bit field of length 1
  472. 2>  
  473. 2>  
  474. 2>  
  475. 2>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winnt.h(19721): warning : expression has no effect
  476. 2>  
  477. 2>  
  478. 2>  
  479. 2>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winuser.h(13875): warning : signed bit field of length 1
  480. 2>  
  481. 2>  
  482. 2>  
  483. 2>C:\Program Files (x86)\Windows Kits\8.1\Include\um\winuser.h(13876): warning : signed bit field of length 1
  484. 2>  
  485. 2>  
  486. 2>  
  487. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(704): warning : signed bit field of length 1
  488. 2>  
  489. 2>  
  490. 2>  
  491. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(705): warning : signed bit field of length 1
  492. 2>  
  493. 2>  
  494. 2>  
  495. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(706): warning : signed bit field of length 1
  496. 2>  
  497. 2>  
  498. 2>  
  499. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(707): warning : signed bit field of length 1
  500. 2>  
  501. 2>  
  502. 2>  
  503. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(708): warning : signed bit field of length 1
  504. 2>  
  505. 2>  
  506. 2>  
  507. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(709): warning : signed bit field of length 1
  508. 2>  
  509. 2>  
  510. 2>  
  511. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(710): warning : signed bit field of length 1
  512. 2>  
  513. 2>  
  514. 2>  
  515. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(711): warning : signed bit field of length 1
  516. 2>  
  517. 2>  
  518. 2>  
  519. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(712): warning : signed bit field of length 1
  520. 2>  
  521. 2>  
  522. 2>  
  523. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(713): warning : signed bit field of length 1
  524. 2>  
  525. 2>  
  526. 2>  
  527. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(714): warning : signed bit field of length 1
  528. 2>  
  529. 2>  
  530. 2>  
  531. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(715): warning : signed bit field of length 1
  532. 2>  
  533. 2>  
  534. 2>  
  535. 2>c:\program files (x86)\windows kits\8.1\include\shared\rpcndr.h(716): warning : signed bit field of length 1
  536. 2>  
  537. 2>  
  538. 2>  
  539. 2>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229): error : identifier "IUnknown" is undefined
  540. 2>  
  541. 2>  
  542. 2>  
  543. 2>C:\Program Files (x86)\Windows Kits\8.1\Include\um\combaseapi.h(229): warning : expression has no effect
  544. 2>  
  545. 2>  
  546. 2>  
  547. 2>  1 error detected in the compilation of "C:/Users/xxxxxxxx/AppData/Local/Temp/tmpxft_00001e00_00000000-12_gftt.cpp4.ii".
  548. 2>  
  549. 2>  gftt.cu
  550. 2>  
  551. 2>  CMake Error at cuda_compile_generated_gftt.cu.obj.cmake:264 (message):
  552. 2>    Error generating file
  553. 2>    D:/Programming/OpenCV2/build/modules/gpu/CMakeFiles/cuda_compile.dir/src/cuda/Release/cuda_compile_generated_gftt.cu.obj
  554. 2>  
  555. 2>  
  556. ========== Build: 1 succeeded, 1 failed, 17 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement