Fix some set-but-not-used variable warnings from gcc 4.6
[ardour.git] / libs / ardour / ardour / types.h
index 42264cf1cbaf5835333ca7e8e3e9a8b356404e40..e21c588c62bcfb338ed4fccdb4a34bd05e64d548 100644 (file)
@@ -267,6 +267,10 @@ namespace ARDOUR {
                          case Seconds:
                                return seconds != 0;
                        }
+
+                       /* NOTREACHED */
+                       assert (false);
+                       return false;
                }
        };