• 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
..
pics Loading commit data...
basic_structures.rst Loading commit data...
clustering.rst Loading commit data...
command_line_parser.rst Loading commit data...
core.rst Loading commit data...
dynamic_structures.rst Loading commit data...
intro.rst Loading commit data...
ipp_async_converters.rst Loading commit data...
old_basic_structures.rst Loading commit data...
old_xml_yaml_persistence.rst Loading commit data...
opengl_interop.rst Loading commit data...
operations_on_arrays.rst Loading commit data...
optim.rst Loading commit data...
utility_and_system_functions_and_macros.rst Loading commit data...
xml_yaml_persistence.rst Loading commit data...