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
..
2014-02-04 16:48:35 +04:00
2013-09-02 14:00:44 +04:00
2013-09-02 14:00:44 +04:00
2014-08-13 11:11:33 +04:00
2014-08-31 14:37:43 +02:00
2014-02-04 19:55:11 +04:00
2013-08-21 18:59:25 +04:00
2014-04-03 14:53:27 +04:00
2013-11-28 00:45:58 +01:00
2014-08-29 14:18:52 +04:00
2014-01-17 11:13:28 +04:00