From 3ce704f291925ab8639848d7441bf1313d70e63d Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 6 Mar 2016 09:38:23 +0100 Subject: [PATCH] clock.h: add monotonic error for darwin --- src/clock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clock.h b/src/clock.h index 328b3af82..1a169ec84 100644 --- a/src/clock.h +++ b/src/clock.h @@ -26,6 +26,7 @@ #endif #ifdef PLATFORM_DARWIN +#error "Platforms without monotonic clocks are not supported!" #define CLOCK_MONOTONIC 0 #define CLOCK_REALTIME 0 -- 2.47.3