Windows : fix warning about potential division by 0

The warning brought by code analysis, unsafe arithmetic in timer related code
This commit is contained in:
Vladislav Vaintroub 2021-05-09 13:26:03 +02:00
parent fbad1b1150
commit f33e8e4a95

View file

@ -20,7 +20,7 @@
#ifdef _WIN32
#define OFFSET_TO_EPOC 116444736000000000LL
static ulonglong query_performance_frequency;
static ulonglong query_performance_frequency=1;
#endif
#ifdef HAVE_LINUX_UNISTD_H