opencv/modules/core
Alexander Duda 11ebaf673f fix warning in template Scalar::mul gcc < 4.8
In this particular case t shadows transpose of the base class Matx:
types.hpp:1805:14: warning: declaration of ‘t’ shadows a member of
'this' [-Wshadow]

Changelog gcc 4.8: The option -Wshadow no longer warns if a declaration
shadows a function declaration.

This warning is problematic because it prevents the module
opencv_contrib/modules/ruby to pass the build process
2014-10-18 14:22:27 +02:00
..
doc fix warning in template Scalar::mul gcc < 4.8 2014-10-18 14:22:27 +02:00
include/opencv2 fix warning in template Scalar::mul gcc < 4.8 2014-10-18 14:22:27 +02:00
perf changed perf test for ocl_gemm 2014-08-26 15:05:36 +04:00
src all the tests now pass except for MSER 2014-10-17 14:56:58 +04:00
test Used checking norm of results for LPSolver accuracy tests 2014-10-09 13:32:56 +04:00
CMakeLists.txt world fix 2014-08-05 20:12:35 +04:00