build: eliminate warning

pull/8997/head
Alexander Alekhin 7 years ago
parent ef2e5a9f82
commit 650830b9d6
  1. 4
      modules/core/src/trace.cpp

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

Loading…
Cancel
Save