mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Fixed identifiers warns
This commit is contained in:
@@ -40,8 +40,8 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#ifndef __OPENCV_CUDAARITHM_HPP__
|
||||
#define __OPENCV_CUDAARITHM_HPP__
|
||||
#ifndef OPENCV_CUDAARITHM_HPP
|
||||
#define OPENCV_CUDAARITHM_HPP
|
||||
|
||||
#ifndef __cplusplus
|
||||
# error cudaarithm.hpp header must be compiled as C++
|
||||
@@ -841,4 +841,4 @@ CV_EXPORTS Ptr<Convolution> createConvolution(Size user_block_size = Size());
|
||||
|
||||
}} // namespace cv { namespace cuda {
|
||||
|
||||
#endif /* __OPENCV_CUDAARITHM_HPP__ */
|
||||
#endif /* OPENCV_CUDAARITHM_HPP */
|
||||
|
||||
Reference in New Issue
Block a user