fixed a few warnings and bugs, including ticket #1079

This commit is contained in:
Vadim Pisarevsky
2011-06-12 20:29:50 +00:00
parent b6c19d365f
commit 9df999154c
7 changed files with 8 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
#define GTEST_LINKED_AS_SHARED_LIBRARY 1
#endif
#include <cstdarg> // for va_list
#include <stdarg.h> // for va_list
#include "opencv2/ts/ts_gtest.h"
#include "opencv2/core/core.hpp"