mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
fixed hundreds of warnings from MSVC 2010.
This commit is contained in:
@@ -208,7 +208,7 @@ int main(int argc, const char* argv[])
|
||||
|
||||
imshow("Interpolated frame", frames[currentFrame]);
|
||||
|
||||
while (true)
|
||||
for(;;)
|
||||
{
|
||||
int key = toupper(waitKey(10) & 0xff);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user