1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #8997 from alalek:fix_build_warnings

This commit is contained in:
Alexander Alekhin
2017-06-27 09:57:38 +00:00
+4
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()