Merge pull request #8997 from alalek:fix_build_warnings

This commit is contained in:
Alexander Alekhin 2017-06-27 09:57:38 +00:00
commit eff47b1260

View File

@ -56,6 +56,10 @@ namespace details {
#ifdef OPENCV_TRACE
#ifdef _MSC_VER
#pragma warning(disable:4065) // switch statement contains 'default' but no 'case' labels
#endif
static int64 g_zero_timestamp = 0;
static int64 getTimestamp()