mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
fixed many warnings from GCC 4.6.1
This commit is contained in:
@@ -88,7 +88,6 @@ public:
|
||||
{
|
||||
const int img_r = 640;
|
||||
const int img_c = 480;
|
||||
Size frame_s = Size(img_c, img_r);
|
||||
|
||||
for (int k = 1; k <= 5; ++k)
|
||||
{
|
||||
|
||||
@@ -230,7 +230,6 @@ void CV_HighGuiTest::VideoTest(const string& dir, int fourcc)
|
||||
|
||||
CvVideoWriter* writer = 0;
|
||||
|
||||
int counter = 0;
|
||||
for(;;)
|
||||
{
|
||||
IplImage * img = cvQueryFrame( cap );
|
||||
@@ -267,7 +266,6 @@ void CV_HighGuiTest::VideoTest(const string& dir, int fourcc)
|
||||
|
||||
const double thresDbell = 20;
|
||||
|
||||
counter = 0;
|
||||
for(;;)
|
||||
{
|
||||
IplImage* ipl = cvQueryFrame( cap );
|
||||
|
||||
Reference in New Issue
Block a user