Commit 8ba6a54d authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed warning from GCC

parent 6de72ea8
// WARNING: this sample is under construction! Use it on your own risk. // WARNING: this sample is under construction! Use it on your own risk.
#if defined _MSC_VER && _MSC_VER >= 1400
#pragma warning(disable : 4100) #pragma warning(disable : 4100)
#endif
#include "cvconfig.h" #include "cvconfig.h"
#include <iostream> #include <iostream>
...@@ -14,7 +16,6 @@ using namespace std; ...@@ -14,7 +16,6 @@ using namespace std;
using namespace cv; using namespace cv;
using namespace cv::gpu; using namespace cv::gpu;
#if !defined(HAVE_CUDA) #if !defined(HAVE_CUDA)
int main(int argc, const char **argv) int main(int argc, const char **argv)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment