Skip to content

Commit

Permalink
Merge pull request opencv#8540 from tomoaki0705:fixWaringPhoto
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Apr 11, 2017
2 parents a2af1d4 + ccc8767 commit 4e31eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/photo/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(the_description "Computational Photography")

if(HAVE_CUDA)
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations)
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations -Wshadow)
endif()

ocv_define_module(photo opencv_imgproc OPTIONAL opencv_cudaarithm opencv_cudaimgproc WRAP java python)

0 comments on commit 4e31eef

Please sign in to comment.