Commit eff47b12 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #8997 from alalek:fix_build_warnings

parents 04f81943 650830b9
...@@ -56,6 +56,10 @@ namespace details { ...@@ -56,6 +56,10 @@ namespace details {
#ifdef OPENCV_TRACE #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 g_zero_timestamp = 0;
static int64 getTimestamp() 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