mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
KW: G-API tests - fixes for uninitialized variables
This commit is contained in:
parent
8808aaccff
commit
8ed89bae84
@ -37,7 +37,7 @@ G_TYPED_KERNEL(PaintPoint, <GMat(GPointOpaque, int, int, cv::Size)>, "test.opaqu
|
||||
};
|
||||
|
||||
struct MyCustomType{
|
||||
int num;
|
||||
int num = -1;
|
||||
std::string s;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user