merge in Tracks-derived session-end-is-N-seconds beyond last region end, but define...
[ardour.git] / libs / pbd / mountpoint.cc
index 65f011c745efa0de2f005366d3de4214985073ee..ba4243979d8ebb7cab3eb78c38dede512a0310e6 100644 (file)
@@ -95,11 +95,16 @@ mountpoint (string path)
 }
 
 #elif defined(PLATFORM_WINDOWS)
-
+#include <assert.h>
 string
 mountpoint (string path)
 {
-       // TODO ... if needed
+       /* this function is currently only called from 'old_peak_path()'
+        * via find_broken_peakfile() - only relevant for loading pre
+        * libsndfile Ardour 2.0 sessions.
+        */
+       assert(0);
+       return ""; // TODO ... if needed
 }
 
 #else // !HAVE_GETMNTENT