Moved Scalar variable 'value' to int main() to work around a GCC -Wshadow warning...
authorBahram Dahi <xivxix@gmail.com>
Fri, 16 Aug 2013 15:14:32 +0000 (08:14 -0700)
committerBahram Dahi <xivxix@gmail.com>
Fri, 16 Aug 2013 15:14:32 +0000 (08:14 -0700)
commit230bc03d97789683c70540b647a180fad3dfe4fa
tree534ebd1ab6376b18d574e087f2876c28391e6a0e
parent83e21568ee1740fd69838f797fd2d8472e93c5f8
Moved Scalar variable 'value' to int main() to work around a GCC -Wshadow warning in operations.hpp
samples/cpp/tutorial_code/ImgTrans/copyMakeBorder_demo.cpp