Fixed mingw build warnings

This commit is contained in:
Andrey Kamaev
2012-06-20 17:57:26 +00:00
parent 988c405f79
commit e94e5866a1
11 changed files with 166 additions and 131 deletions

View File

@@ -18,7 +18,7 @@ using namespace cv;
#if !defined(HAVE_CUDA)
int main( int argc, const char** argv )
int main( int, const char** )
{
cout << "Please compile the library with CUDA support" << endl;
return -1;