Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable...
authorAndrey Kamaev <no@email>
Sun, 8 Apr 2012 21:49:19 +0000 (21:49 +0000)
committerAndrey Kamaev <no@email>
Sun, 8 Apr 2012 21:49:19 +0000 (21:49 +0000)
commit7cc7a3f37dfe28c4eadef08a2b13ff35ee42003c
treedded209992009f9e72f2bd5cb3a2d1906463aa6b
parentc16a1d86ccb1ce845df3a02d51bd24211587071a
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
23 files changed:
3rdparty/libjasper/CMakeLists.txt
3rdparty/libtiff/CMakeLists.txt
3rdparty/zlib/CMakeLists.txt
CMakeLists.txt
cmake/OpenCVCompilerOptions.cmake
modules/contrib/src/colormap.cpp
modules/contrib/src/facerec.cpp
modules/contrib/src/spinimages.cpp
modules/core/include/opencv2/core/operations.hpp
modules/features2d/src/detectors.cpp
modules/gpu/CMakeLists.txt
modules/gpu/test/utility.cpp
modules/highgui/CMakeLists.txt
modules/highgui/src/cap_dshow.cpp
modules/imgproc/src/pyramids.cpp
modules/python/CMakeLists.txt
modules/ts/CMakeLists.txt
modules/ts/src/ts_perf.cpp
modules/videostab/src/fast_marching.cpp
modules/videostab/src/inpainting.cpp
samples/c/CMakeLists.txt
samples/cpp/CMakeLists.txt
samples/gpu/CMakeLists.txt