projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ddcf06
)
restored -Wno-unnamed-type-template-args
author
Andrey Kamaev
<no@email>
Tue, 12 Jun 2012 16:15:14 +0000
(16:15 +0000)
committer
Andrey Kamaev
<no@email>
Tue, 12 Jun 2012 16:15:14 +0000
(16:15 +0000)
cmake/OpenCVCompilerOptions.cmake
patch
|
blob
|
history
diff --git
a/cmake/OpenCVCompilerOptions.cmake
b/cmake/OpenCVCompilerOptions.cmake
index
67cce54
..
b4c0c04
100644
(file)
--- a/
cmake/OpenCVCompilerOptions.cmake
+++ b/
cmake/OpenCVCompilerOptions.cmake
@@
-79,7
+79,7
@@
if(CMAKE_COMPILER_IS_GNUCXX)
else()
add_extra_compiler_option(-Wno-narrowing)
add_extra_compiler_option(-Wno-delete-non-virtual-dtor)
-
#
add_extra_compiler_option(-Wno-unnamed-type-template-args)
+ add_extra_compiler_option(-Wno-unnamed-type-template-args)
endif()
# The -Wno-long-long is required in 64bit systems when including sytem headers.