• Alexander Duda's avatar
    fix warning in template Scalar::mul gcc < 4.8 · 11ebaf67
    Alexander Duda authored
    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
    11ebaf67
Name
Last commit
Last update
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.tgitconfig Loading commit data...
CMakeLists.txt Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
index.rst Loading commit data...