Refactor LTC File decoder, prepare for Lua bindings
[ardour.git] / libs / ardour / ardour / cycles.h
index 01e1d55221f13891a53c96a74e9d0aa372309af3..dc1095db7b60939122a07b74f9e5629b92781f98 100644 (file)
@@ -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>