Skip to content

Commit

Permalink
all: make coverity happy :)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnif committed Nov 11, 2023
1 parent aaa9fd8 commit 0bcbafd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lgmp/src/lgmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ inline static uint64_t lgmpGetClockMS(void)
{
QueryPerformanceFrequency(&freq);
QueryPerformanceCounter(&start);
if (freq.QuadPart == 0)
abort();
}

LARGE_INTEGER time;
Expand Down

0 comments on commit 0bcbafd

Please sign in to comment.