fixed warning from GCC

This commit is contained in:
Vadim Pisarevsky 2011-05-31 14:02:19 +00:00
parent 6de72ea8ee
commit 8ba6a54d28

View File

@ -1,5 +1,7 @@
// WARNING: this sample is under construction! Use it on your own risk.
#if defined _MSC_VER && _MSC_VER >= 1400
#pragma warning(disable : 4100)
#endif
#include "cvconfig.h"
#include <iostream>
@ -14,7 +16,6 @@ using namespace std;
using namespace cv;
using namespace cv::gpu;
#if !defined(HAVE_CUDA)
int main(int argc, const char **argv)
{