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