mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
build: eliminate warning
This commit is contained in:
parent
ef2e5a9f82
commit
650830b9d6
@ -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…
Reference in New Issue
Block a user