minor warning fix

This commit is contained in:
marina.kolpakova
2012-08-19 22:43:27 +04:00
parent 122f59560c
commit 66eb96d719
2 changed files with 11 additions and 6 deletions

View File

@@ -1199,10 +1199,6 @@ namespace
void setTo(GpuMat& m, Scalar s, const GpuMat& mask) const
{
NppiSize sz;
sz.width = m.cols;
sz.height = m.rows;
if (mask.empty())
{
if (s[0] == 0.0 && s[1] == 0.0 && s[2] == 0.0 && s[3] == 0.0)