Skip to content

Commit bdd1256

Browse files
authored
Merge pull request #3876 from tomoaki0705:warning_endif_directive
build: suppress warning
2 parents 2af5458 + 430db92 commit bdd1256

File tree

1 file changed

+1
-1
lines changed
  • modules/cudalegacy/include/opencv2/cudalegacy

1 file changed

+1
-1
lines changed

modules/cudalegacy/include/opencv2/cudalegacy/private.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ namespace cv { namespace cuda
9191

9292
//! @endcond
9393

94-
#endif HAVE_CUDA
94+
#endif // HAVE_CUDA
9595

9696
#endif // OPENCV_CORE_CUDALEGACY_PRIVATE_HPP

0 commit comments

Comments
 (0)