提交 8ba6a54d 编写于 作者: V Vadim Pisarevsky

fixed warning from GCC

上级 6de72ea8
// 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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册