mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
This commit is contained in:
@@ -539,7 +539,7 @@ void DetectorQualityEvaluator::readAlgorithm ()
|
||||
}
|
||||
}
|
||||
|
||||
int update_progress( const string& name, int progress, int test_case_idx, int count, double dt )
|
||||
int update_progress( const string& /*name*/, int progress, int test_case_idx, int count, double dt )
|
||||
{
|
||||
int width = 60 /*- (int)name.length()*/;
|
||||
if( count > 0 )
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
using namespace cv;
|
||||
|
||||
int main( int argc, char** argv )
|
||||
int main( int /*argc*/, char** /*argv*/ )
|
||||
{
|
||||
const int N = 4;
|
||||
const int N1 = (int)sqrt((double)N);
|
||||
|
||||
Reference in New Issue
Block a user