mirror of
https://github.com/zebrajr/opencv.git
synced 2026-01-15 12:15:17 +00:00
more warnings fixed. +some warnings in examples
This commit is contained in:
@@ -493,7 +493,7 @@ int main()
|
||||
|
||||
for(;;)
|
||||
{
|
||||
uchar key = waitKey();
|
||||
uchar key = (uchar)waitKey();
|
||||
|
||||
if( key == 27 ) break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user