mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
Merge pull request #8997 from alalek:fix_build_warnings
This commit is contained in:
commit
eff47b1260
@ -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