build: eliminate warning

This commit is contained in:
Alexander Alekhin 2017-06-27 08:16:40 +03:00
parent ef2e5a9f82
commit 650830b9d6

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()