Commit 1f724e2e authored by LaurentBerger's avatar LaurentBerger

warnings

parent 5ad02d7a
...@@ -125,7 +125,7 @@ static Mat DrawMyImage(int thickness,int nbShape) ...@@ -125,7 +125,7 @@ static Mat DrawMyImage(int thickness,int nbShape)
return img; return img;
} }
int main(int argc, const char *argv[]) int main(void)
{ {
ParamColorMar p; ParamColorMar p;
...@@ -143,4 +143,4 @@ int main(int argc, const char *argv[]) ...@@ -143,4 +143,4 @@ int main(int argc, const char *argv[])
TrackColorMap(0,(void*)&p); TrackColorMap(0,(void*)&p);
waitKey(0); waitKey(0);
return 0; return 0;
} }
\ No newline at end of file
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