Commit 650830b9 authored by Alexander Alekhin's avatar Alexander Alekhin

build: eliminate warning

parent ef2e5a9f
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment