more warnings fixed. +some warnings in examples

Esse commit está contido em:
Anatoly Baksheev
2011-05-07 12:06:58 +00:00
commit 8ebff41c29
12 arquivos alterados com 22 adições e 18 exclusões
+1 -1
Ver Arquivo
@@ -493,7 +493,7 @@ int main()
for(;;)
{
uchar key = waitKey();
uchar key = (uchar)waitKey();
if( key == 27 ) break;