Skip to content

Commit d1aebcf

Browse files
authored
Merge pull request #4040 from asmorkalov:as/cvv_demo_warn_fix
Build warning fix in cvv_demo
2 parents 5556eec + 3b6d72c commit d1aebcf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/cvv/samples/cvv_demo.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ template<class T> std::string toString(const T& p_arg)
3131
int
3232
main(int argc, char** argv)
3333
{
34-
cv::Size* resolution = nullptr;
35-
3634
// parser keys
3735
const char *keys =
3836
"{ help h usage ? | | show this message }"

0 commit comments

Comments
 (0)