mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
fixed hundreds of warnings from MSVC 2010.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
using namespace cv;
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
int main(int, char* [])
|
||||
{
|
||||
VideoCapture video(0);
|
||||
Mat frame, curr, prev, curr64f, prev64f, hann;
|
||||
|
||||
Reference in New Issue
Block a user