Commit 8ed89bae authored by Anton Potapov's avatar Anton Potapov

KW: G-API tests - fixes for uninitialized variables

parent 8808aacc
...@@ -37,7 +37,7 @@ G_TYPED_KERNEL(PaintPoint, <GMat(GPointOpaque, int, int, cv::Size)>, "test.opaqu ...@@ -37,7 +37,7 @@ G_TYPED_KERNEL(PaintPoint, <GMat(GPointOpaque, int, int, cv::Size)>, "test.opaqu
}; };
struct MyCustomType{ struct MyCustomType{
int num; int num = -1;
std::string s; std::string s;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment