summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/cycles.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-08-04 17:01:37 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-08-04 17:01:37 +0100
commitd176cbc80476cdc8ca082631efc171ea39116d63 (patch)
tree16645ddb055c746ab92b8b1d2639ba8fcf5c433b /libs/ardour/ardour/cycles.h
parent490311bc081b12d328e6e02cac8170538e96fb2f (diff)
'libs/ardour' - Compiler specific includes and includes
Diffstat (limited to 'libs/ardour/ardour/cycles.h')
-rw-r--r--libs/ardour/ardour/cycles.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ardour/ardour/cycles.h b/libs/ardour/ardour/cycles.h
index 01e1d55221..dc1095db7b 100644
--- a/libs/ardour/ardour/cycles.h
+++ b/libs/ardour/ardour/cycles.h
@@ -216,7 +216,10 @@ static inline cycles_t get_cycles (void)
/* debian: sparc, arm, m68k */
+#ifndef COMPILER_MSVC
+/* GRRR... Annoyingly, #warning aborts the compilation for MSVC !! */
#warning You are compiling libardour on a platform for which ardour/cycles.h needs work
+#endif
#include <sys/time.h>