fixed "shadow" warnings in NVIDIA tests
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
|
||||
|
||||
template <class T>
|
||||
TestTranspose<T>::TestTranspose(std::string testName, NCVTestSourceProvider<T> &src,
|
||||
Ncv32u width, Ncv32u height)
|
||||
TestTranspose<T>::TestTranspose(std::string testName_, NCVTestSourceProvider<T> &src_,
|
||||
Ncv32u width_, Ncv32u height_)
|
||||
:
|
||||
NCVTestProvider(testName),
|
||||
src(src),
|
||||
width(width),
|
||||
height(height)
|
||||
NCVTestProvider(testName_),
|
||||
src(src_),
|
||||
width(width_),
|
||||
height(height_)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user