mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
merged the trunk r8704:8716
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user